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 TypeMethodDescriptionstatic TopFieldCollector
Deprecated.TopFieldCollector.createSharedManager
(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold) Deprecated.This method is deprecated in favor of the constructor ofTopFieldCollectorManager
due to its support for concurrency in IndexSearcherprivate 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, HitsThresholdChecker hitsThresholdChecker, 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) Creates a newTopFieldCollectorManager
from the given arguments.
TopFieldCollectorManager
due to its support for concurrency in IndexSearcher