Uses of Class
org.apache.lucene.search.FieldDoc
Packages that use FieldDoc
-
Uses of FieldDoc in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type FieldDocModifier and TypeMethodDescriptionstatic TopFieldCollectorCreates a newTopFieldCollectorfrom the given arguments.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.