7 #ifndef SCORERDOCQUEUE_H 8 #define SCORERDOCQUEUE_H 48 bool topNextAndAdjustElsePop();
49 bool topSkipToAndAdjustElsePop(int32_t target);
65 bool checkAdjustElsePop(
bool cond);
A ScorerDocQueue maintains a partial ordering of its Scorers such that the least Scorer can always be...
Definition: ScorerDocQueue.h:16
HeapedScorerDocPtr topHSD
Definition: ScorerDocQueue.h:27
boost::shared_ptr< Scorer > ScorerPtr
Definition: LuceneTypes.h:429
boost::shared_ptr< HeapedScorerDoc > HeapedScorerDocPtr
Definition: LuceneTypes.h:531
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
int32_t _size
Definition: ScorerDocQueue.h:26
int32_t maxSize
Definition: ScorerDocQueue.h:25