OpenSearch/rest-api-spec/test/explain
javanna d7e585ca4f REST: Unify query_string parameters parsing
There currently are small differences between search api and count, exists, validate query, explain api when it comes to reading query_string parameters.  `analyze_wildcard`, `lowercase_expanded_terms` and `lenient` are only read by the search api and ignored by all other mentioned apis. Unified code to fix this and make sure it doesn't happen again. Also shared some code when it comes to printing out the query as part of SearchSourceBuilder conversion to ToXContent.

Extended REST spec to include all the supported params (some that were already supported weren't listed), and added REST tests (also some basic tests for count and search_exists which weren't tested at all).

Closes #11057
2015-05-11 11:32:59 +02:00
..
10_basic.yaml Java API: add index, type and id to ExplainResponse 2014-08-08 12:52:03 +02:00
20_source_filtering.yaml [TEST] remove old tests from yaml test suite 2014-01-07 16:19:06 +01:00
30_query_string.yaml REST: Unify query_string parameters parsing 2015-05-11 11:32:59 +02:00
TODO.txt Added source filtering to tests 2013-07-30 13:30:45 +02:00