net.sf.zekr.engine.search
Class ZeroScorer

java.lang.Object
  extended by net.sf.zekr.engine.search.ZeroScorer
All Implemented Interfaces:
ISearchScorer

public class ZeroScorer
extends java.lang.Object
implements ISearchScorer

Zero scorer.

Author:
Mohsen Saboorian

Constructor Summary
ZeroScorer()
           
 
Method Summary
 double score(SearchResultItem sri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeroScorer

public ZeroScorer()
Method Detail

score

public double score(SearchResultItem sri)
Specified by:
score in interface ISearchScorer