Uses of Class
org.apache.lucene.search.FieldDoc
-
Packages that use FieldDoc Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldDoc in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldDoc Modifier and Type Field Description (package private) FieldDoc
TopFieldCollector.PagingFieldCollector. after
private FieldDoc
TopFieldCollectorManager. after
Methods in org.apache.lucene.search that return FieldDoc Modifier and Type Method Description (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 FieldDoc Modifier and Type Method Description static TopFieldCollector
TopFieldCollector. create(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 IndexSearcherstatic CollectorManager<TopFieldCollector,TopFieldDocs>
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 FieldDoc Constructor Description PagingFieldCollector(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.
-