OpenSearch/docs
Alex Ksikes c347dfe91c Validate API: support for verbose explanation of succesfully validated queries
This commit adds a `rewrite` parameter to the validate API in order to shown
how the given query is re-written into primitive queries. For example, an MLT
query is re-written into a disjunction of the selected terms. Other use cases
include `fuzzy`, `common_terms`, or `match` query especially with a
`cutoff_frequency` parameter. Note that the explanation is only given for a
single randomly chosen shard only, so the output may vary from one shard to
another.

Relates #1412
Closes #10147
2015-04-13 19:17:58 +02:00
..
community Docs: Include groovy community 2015-04-08 11:46:05 +02:00
groovy-api Updated groovy docs to point to the new groovy repo 2014-05-14 12:08:02 +02:00
java-api [DOCS] update versions in java api module.xml 2015-04-07 18:10:53 +02:00
javascript Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Validate API: support for verbose explanation of succesfully validated queries 2015-04-13 19:17:58 +02:00
resiliency Updated the resiliency status page for v1.4.0 2015-03-03 19:50:13 +01:00
river Warning in documentation for deprecation of rivers 2015-04-05 20:54:26 +02:00
ruby typo in ruby docs 2015-04-05 15:14:40 +02:00
README.md Update README.md 2015-04-07 10:31:48 +02:00

README.md

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs