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 FieldDoc
TopFieldCollector.PagingFieldCollector.after
private final FieldDoc
TopFieldCollectorManager.after
Methods in org.apache.lucene.search that return FieldDocModifier and TypeMethodDescription(package private) FieldDoc
FieldValueHitQueue.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 TopFieldDocs
IndexSearcher.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 newTopFieldCollectorManager
from 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.