elasticsearch/docs/reference
Andrew Selden e2c8ff92ba Benchmark API
Add an API endpoint at /_bench for submitting, listing, and aborting
search benchmarks. This API can be used for timing search requests,
subject to various user-defined settings.

Benchmark results provide summary and detailed statistics on such
values as min, max, and mean time. Values are reported per-node so that
it is easy to spot outliers. Slow requests are also reported.

Long running benchmarks can be viewed with a GET request, or aborted
with a POST request.

Benchmark results are optionally stored in an index for subsequent
analysis.

Closes #5407
2014-04-09 13:06:55 -07:00
..
analysis add uppercase token filter 2014-03-26 15:07:43 +07:00
cat Add _cat/plugins endpoint 2014-03-16 12:16:09 +01:00
cluster [Docs] Allocation setting explanation 2014-04-09 12:11:36 -06:00
docs Introduced VersionType.FORCE & VersionType.EXTERNAL_GTE 2014-03-10 21:07:17 +01:00
images [Doc] Add a chart about the relative error of the percentiles aggregation. 2014-03-14 12:23:23 +01:00
index-modules add lucene language model similarities (Dirichlet & JelinekMercer) 2014-04-07 10:48:03 +02:00
indices Benchmark API 2014-04-09 13:06:55 -07:00
mapping Add doc value for binary field. 2014-04-07 10:18:55 +02:00
migration
modules Remove plugin isolation feature for a future version 2014-04-09 17:28:11 +03:00
query-dsl [DOC] Fixed flags example incorrect syntax 2014-04-01 14:43:38 -04:00
search Fixes typo in "Scan" search type documention 2014-04-07 16:01:37 -06:00
setup Author: Sean Gallagher 2014-04-07 14:43:35 -04:00
testing [TEST] Randomized number of shards used for indices created during tests 2014-03-10 13:01:52 +01:00
analysis.asciidoc
api-conventions.asciidoc
cat.asciidoc Add _cat/plugins endpoint 2014-03-16 12:16:09 +01:00
cluster.asciidoc
docs.asciidoc
glossary.asciidoc
index-modules.asciidoc
index.asciidoc
indices.asciidoc Remove deprecated gateways 2014-03-26 18:10:51 -04:00
mapping.asciidoc
modules.asciidoc
query-dsl.asciidoc
search.asciidoc [DOCS] Moved the template query documentation into search section 2014-03-25 10:01:41 +01:00
setup.asciidoc Author: Sean Gallagher 2014-04-07 14:43:35 -04:00
testing.asciidoc