Class Overview
A Collector that iterates through the documents, and calculates a hash code.
This is useful if you wish to detemine if the results of a search have changed, but you don't
want to calculate the results each time.
Summary
[Expand]
Inherited Methods |
From class
org.apache.lucene.search.Collector
abstract
boolean
|
acceptsDocsOutOfOrder()
|
abstract
void
|
collect(int arg0)
|
abstract
void
|
setNextReader(IndexReader arg0, int arg1)
|
abstract
void
|
setScorer(Scorer arg0)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
DocumentHashingHitCollector
()
Public Methods
public
boolean
acceptsDocsOutOfOrder
()
public
void
collect
(int doc)
public
int
getHashCode
()
public
void
setNextReader
(IndexReader reader, int docBase)
public
void
setScorer
(Scorer scorer)