Uses of Class
org.elasticsearch.search.SearchHits
-
-
Uses of SearchHits in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as SearchHits Modifier and Type Field Description protected SearchHitsSearchResponseSections. hitsMethods in org.elasticsearch.action.search that return SearchHits Modifier and Type Method Description SearchHitsSearchResponse. getHits()The search hits.SearchHitsSearchResponseSections. hits()Methods in org.elasticsearch.action.search with parameters of type SearchHits Modifier and Type Method Description InternalSearchResponseSearchPhaseController.ReducedQueryPhase. buildResponse(SearchHits hits)Creates a new search response from the given merged hits.Constructors in org.elasticsearch.action.search with parameters of type SearchHits Constructor Description SearchResponseSections(SearchHits hits, Aggregations aggregations, Suggest suggest, boolean timedOut, Boolean terminatedEarly, SearchProfileShardResults profileResults, int numReducePhases) -
Uses of SearchHits in org.elasticsearch.search
Methods in org.elasticsearch.search that return SearchHits Modifier and Type Method Description static SearchHitsSearchHits. empty()static SearchHitsSearchHits. empty(boolean withTotalHits)static SearchHitsSearchHits. fromXContent(XContentParser parser)Methods in org.elasticsearch.search that return types with arguments of type SearchHits Modifier and Type Method Description Map<String,SearchHits>SearchHit. getInnerHits()Method parameters in org.elasticsearch.search with type arguments of type SearchHits Modifier and Type Method Description voidSearchHit. setInnerHits(Map<String,SearchHits> innerHits) -
Uses of SearchHits in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return SearchHits Modifier and Type Method Description SearchHitsInternalTopHits. getHits()SearchHitsParsedTopHits. getHits()SearchHitsTopHits. getHits()Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type SearchHits Constructor Description InternalTopHits(String name, int from, int size, TopDocsAndMaxScore topDocs, SearchHits searchHits, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of SearchHits in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return SearchHits Modifier and Type Method Description SearchHitsFetchSearchResult. hits()Methods in org.elasticsearch.search.fetch with parameters of type SearchHits Modifier and Type Method Description voidFetchSearchResult. hits(SearchHits hits) -
Uses of SearchHits in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type SearchHits Constructor Description InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases)
-