| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.index.search.stats | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices |
| Modifier and Type | Field and Description |
|---|---|
SearchStats |
CommonStats.search |
| Modifier and Type | Method and Description |
|---|---|
SearchStats |
CommonStats.getSearch() |
| Modifier and Type | Method and Description |
|---|---|
static SearchStats |
SearchStats.readSearchStats(StreamInput in) |
SearchStats |
ShardSearchStats.stats(String... groups)
Returns the stats, including group specific stats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStats.add(SearchStats searchStats) |
void |
SearchStats.add(SearchStats searchStats,
boolean includeTypes) |
void |
SearchStats.addTotals(SearchStats searchStats) |
| Modifier and Type | Method and Description |
|---|---|
SearchStats |
IndexShard.searchStats(String... groups) |
| Modifier and Type | Method and Description |
|---|---|
SearchStats |
NodeIndicesStats.getSearch() |
Copyright © 2009–2017. All rights reserved.