OpenSearch/docs/reference
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
..
analysis Docs: Update pattern-replace-charfilter.asciidoc 2015-01-29 20:24:08 +01:00
cat Update indices.asciidoc 2015-04-04 16:50:04 +02:00
cluster Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
docs Make sure that the parent option on the update request only is delgated to upsert index request. 2015-03-28 08:53:11 +01:00
images fixing typo in expDecayFunction and adding offset to all dacay functions 2015-03-05 12:28:08 +01:00
index-modules Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
indices Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
mapping Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
migration Docs: Reverte migration docs mentioning parent removal from update request 2015-04-13 16:35:21 +02:00
modules Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
query-dsl Docs: Fix simple_query_string example 2015-04-13 14:46:47 +02:00
search Validate API: support for verbose explanation of succesfully validated queries 2015-04-13 19:17:58 +02:00
setup Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
testing [DOCS] added instructions on how to write parameterized tests 2015-03-19 12:43:51 +01:00
analysis.asciidoc
api-conventions.asciidoc Docs: fix build. 2015-04-10 17:38:36 +02:00
cat.asciidoc [TEST] Add missing docs and tests for '_cat/segments' 2015-01-09 12:29:11 +01:00
cluster.asciidoc
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc [DOCS] added note about dynamic scriptings and updated links in getting started page 2015-03-19 15:22:39 +01:00
glossary.asciidoc
index-modules.asciidoc Docs: Use the new experimental annotation. 2015-02-05 15:29:45 +01:00
index.asciidoc Docs: Updated version annotations in master 2015-04-09 14:50:11 +02:00
indices.asciidoc Mappings: Remove delete mapping API 2015-03-24 09:46:02 -07:00
mapping.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
modules.asciidoc Remove references to the thrift and memcached transport plugins 2015-03-19 20:49:58 +01:00
query-dsl.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
search.asciidoc Revert Benchmark API 2015-03-21 10:36:04 +01:00
setup.asciidoc Docs: Elasticsearch will refuse to start with a known bad JVM 2015-04-04 20:21:37 +02:00
testing.asciidoc