mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
also add it as a parameter
This commit is contained in:
parent
ca020dac3f
commit
10278f115e
@ -78,6 +78,7 @@ public class RestIndicesStatsAction extends BaseRestHandler {
|
||||
indicesStatsRequest.docs(request.paramAsBoolean("docs", indicesStatsRequest.docs()));
|
||||
indicesStatsRequest.store(request.paramAsBoolean("store", indicesStatsRequest.store()));
|
||||
indicesStatsRequest.indexing(request.paramAsBoolean("indexing", indicesStatsRequest.indexing()));
|
||||
indicesStatsRequest.indexing(request.paramAsBoolean("get", indicesStatsRequest.get()));
|
||||
indicesStatsRequest.merge(request.paramAsBoolean("merge", indicesStatsRequest.merge()));
|
||||
indicesStatsRequest.refresh(request.paramAsBoolean("refresh", indicesStatsRequest.refresh()));
|
||||
indicesStatsRequest.flush(request.paramAsBoolean("flush", indicesStatsRequest.flush()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user