#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Position of a term in a document that takes into account the term offset within the phrase.
Definition PhrasePositions.h:15
Definition PhraseQueue.h:16
virtual bool lessThan(const PhrasePositionsStar &first, const PhrasePositionsStar &second)
Determines the ordering of objects in this priority queue. Subclasses must define this one method.
PhraseQueue(int32_t size)
A PriorityQueue maintains a partial ordering of its elements such that the least element can always b...
Definition PriorityQueue.h:20
int32_t size() const
Returns the number of elements currently stored in the PriorityQueue.
Definition PriorityQueue.h:133
Definition AbstractAllTermDocs.h:12
PhrasePositions * PhrasePositionsStar
Definition PhraseQueue.h:14