| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.profile | |
| org.elasticsearch.search.query |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ProfileShardResult>> |
SearchResponse.getProfileResults()
If profiling was enabled, this returns an object containing the profile results from
each shard.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ProfileShardResult>> |
InternalSearchResponse.profile()
Returns the profile results for this search response (including all shards).
|
| Modifier and Type | Method and Description |
|---|---|
ProfileShardResult |
ProfileShardResult.readFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProfileShardResult> |
Profiler.buildShardResults(List<Profiler> profilers)
Helper method to convert Profiler into InternalProfileShardResults, which can be
serialized to other nodes, emitted as JSON, etc.
|
Map<String,List<ProfileShardResult>> |
InternalProfileShardResults.getShardResults() |
| Constructor and Description |
|---|
InternalProfileShardResults(Map<String,List<ProfileShardResult>> shardResults) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileShardResult> |
QuerySearchResult.profileResults()
Returns the profiled results for this search, or potentially null if result was empty
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySearchResult.profileResults(List<ProfileShardResult> shardResults)
Sets the finalized profiling results for this query
|
Copyright © 2009–2017. All rights reserved.