Uses of Class
org.elasticsearch.search.profile.SearchProfileShardResults
-
Packages that use SearchProfileShardResults Package Description org.elasticsearch.action.search org.elasticsearch.search.internal org.elasticsearch.search.profile -
-
Uses of SearchProfileShardResults in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as SearchProfileShardResults Modifier and Type Field Description protected SearchProfileShardResultsSearchResponseSections. profileResultsConstructors in org.elasticsearch.action.search with parameters of type SearchProfileShardResults Constructor Description SearchResponseSections(SearchHits hits, Aggregations aggregations, Suggest suggest, boolean timedOut, Boolean terminatedEarly, SearchProfileShardResults profileResults, int numReducePhases) -
Uses of SearchProfileShardResults in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type SearchProfileShardResults Constructor Description InternalSearchResponse(SearchHits hits, InternalAggregations aggregations, Suggest suggest, SearchProfileShardResults profileResults, boolean timedOut, Boolean terminatedEarly, int numReducePhases) -
Uses of SearchProfileShardResults in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return SearchProfileShardResults Modifier and Type Method Description static SearchProfileShardResultsSearchProfileShardResults. fromXContent(XContentParser parser)
-