Uses of Class
org.elasticsearch.common.lucene.search.TopDocsAndMaxScore
-
Packages that use TopDocsAndMaxScore Package Description org.elasticsearch.common.lucene org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.fetch.subphase org.elasticsearch.search.query -
-
Uses of TopDocsAndMaxScore in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return TopDocsAndMaxScore Modifier and Type Method Description static TopDocsAndMaxScoreLucene. readTopDocs(StreamInput in)Methods in org.elasticsearch.common.lucene with parameters of type TopDocsAndMaxScore Modifier and Type Method Description static voidLucene. writeTopDocs(StreamOutput out, TopDocsAndMaxScore topDocs) -
Uses of TopDocsAndMaxScore in org.elasticsearch.search.aggregations.metrics
Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type TopDocsAndMaxScore Constructor Description InternalTopHits(String name, int from, int size, TopDocsAndMaxScore topDocs, SearchHits searchHits, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of TopDocsAndMaxScore in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return TopDocsAndMaxScore Modifier and Type Method Description abstract TopDocsAndMaxScore[]InnerHitsContext.InnerHitSubContext. topDocs(SearchHit[] hits) -
Uses of TopDocsAndMaxScore in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return TopDocsAndMaxScore Modifier and Type Method Description TopDocsAndMaxScoreQuerySearchResult. consumeTopDocs()Returns and nulls out the top docs for this search results.TopDocsAndMaxScoreQuerySearchResult. topDocs()Methods in org.elasticsearch.search.query with parameters of type TopDocsAndMaxScore Modifier and Type Method Description voidQuerySearchResult. topDocs(TopDocsAndMaxScore topDocs, DocValueFormat[] sortValueFormats)
-