Uses of Class
org.elasticsearch.action.search.SearchResponseSections
-
Packages that use SearchResponseSections Package Description org.elasticsearch.action.search org.elasticsearch.search.internal -
-
Uses of SearchResponseSections in org.elasticsearch.action.search
Constructors in org.elasticsearch.action.search with parameters of type SearchResponseSections Constructor Description SearchResponse(SearchResponseSections internalResponse, String scrollId, int totalShards, int successfulShards, int skippedShards, long tookInMillis, ShardSearchFailure[] shardFailures, SearchResponse.Clusters clusters) -
Uses of SearchResponseSections in org.elasticsearch.search.internal
Subclasses of SearchResponseSections in org.elasticsearch.search.internal Modifier and Type Class Description classInternalSearchResponseSearchResponseSectionssubclass that can be serialized over the wire.
-