Uses of Class
org.apache.lucene.search.FieldDoc
Packages that use FieldDoc
-
Uses of FieldDoc in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldDocModifier and TypeFieldDescription(package private) final FieldDocTopFieldCollector.PagingFieldCollector.afterMethods in org.apache.lucene.search that return FieldDocModifier and TypeMethodDescription(package private) FieldDocFieldValueHitQueue.fillFields(FieldValueHitQueue.Entry entry) Given a queue Entry, creates a corresponding FieldDoc that contains the values used to sort the given document.Methods in org.apache.lucene.search with parameters of type FieldDocModifier and TypeMethodDescriptionstatic TopFieldCollectorCreates a newTopFieldCollectorfrom the given arguments.(package private) static TopFieldCollectorTopFieldCollector.create(Sort sort, int numHits, FieldDoc after, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) Same as above with additional parameters to allow passing in the threshold checker and the max score accumulator.TopFieldCollector.createSharedManager(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold) Create a CollectorManager which uses a shared hit counter to maintain number of hits and a sharedMaxScoreAccumulatorto propagate the minimum score accross segments if the primary sort is by relevancy.private TopFieldDocsIndexSearcher.searchAfter(FieldDoc after, Query query, int numHits, Sort sort, boolean doDocScores) Constructors in org.apache.lucene.search with parameters of type FieldDocModifierConstructorDescriptionPagingFieldCollector(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, FieldDoc after, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc)