Uses of Class
org.apache.lucene.search.FieldDoc
-
Packages that use FieldDoc Package Description org.apache.lucene.queries org.apache.lucene.search org.elasticsearch.common.lucene org.elasticsearch.search.internal org.elasticsearch.search.searchafter -
-
Uses of FieldDoc in org.apache.lucene.queries
Constructors in org.apache.lucene.queries with parameters of type FieldDoc Constructor Description SearchAfterSortedDocQuery(Sort sort, FieldDoc after) -
Uses of FieldDoc in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type FieldDoc Modifier and Type Method Description static TopFieldCollectorTopFieldCollector. create(Sort sort, int numHits, FieldDoc after, int totalHitsThreshold)Creates a newTopFieldCollectorfrom the given arguments.static CollectorManager<TopFieldCollector,TopFieldDocs>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.static CollectorManager<TopScoreDocCollector,TopDocs>TopScoreDocCollector. createSharedManager(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 -
Uses of FieldDoc in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return FieldDoc Modifier and Type Method Description static FieldDocLucene. readFieldDoc(StreamInput in)Methods in org.elasticsearch.common.lucene with parameters of type FieldDoc Modifier and Type Method Description static voidLucene. writeFieldDoc(StreamOutput out, FieldDoc fieldDoc) -
Uses of FieldDoc in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return FieldDoc Modifier and Type Method Description FieldDocFilteredSearchContext. searchAfter()abstract FieldDocSearchContext. searchAfter()Methods in org.elasticsearch.search.internal with parameters of type FieldDoc Modifier and Type Method Description SearchContextFilteredSearchContext. searchAfter(FieldDoc searchAfter)abstract SearchContextSearchContext. searchAfter(FieldDoc searchAfter) -
Uses of FieldDoc in org.elasticsearch.search.searchafter
Methods in org.elasticsearch.search.searchafter that return FieldDoc Modifier and Type Method Description static FieldDocSearchAfterBuilder. buildFieldDoc(SortAndFormats sort, Object[] values)
-