Uses of Class
org.apache.lucene.search.FieldDoc
Packages that use FieldDoc
Package
Description
Faceted search.
Code to search indices.
-
Uses of FieldDoc in org.apache.lucene.facet
Methods in org.apache.lucene.facet with parameters of type 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.afterprivate final FieldDocTopFieldCollectorManager.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 TypeMethodDescriptionprivate 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, int totalHitsThreshold, MaxScoreAccumulator minScoreAcc) TopFieldCollectorManager(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold) Creates a newTopFieldCollectorManagerfrom the given arguments, with thread-safe internal states.TopFieldCollectorManager(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold, boolean supportsConcurrency) Deprecated.
TopFieldCollectorManager(Sort, int, FieldDoc, int), the supportsConcurrency parameter is now a no-op.