Unify headers for full text queries

Relates #31599
This commit is contained in:
Piotr Prądzyński 2018-06-27 10:08:28 +02:00 committed by Daniel Mitterdorfer
parent f6c64a048d
commit 4fc833b1de
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ The queries in this group are:
The multi-field version of the `match` query. The multi-field version of the `match` query.
<<query-dsl-common-terms-query,`common_terms` query>>:: <<query-dsl-common-terms-query,`common` terms query>>::
A more specialized query which gives more preference to uncommon words. A more specialized query which gives more preference to uncommon words.
@ -35,7 +35,7 @@ The queries in this group are:
allowing you to specify AND|OR|NOT conditions and multi-field search allowing you to specify AND|OR|NOT conditions and multi-field search
within a single query string. For expert users only. within a single query string. For expert users only.
<<query-dsl-simple-query-string-query,`simple_query_string`>>:: <<query-dsl-simple-query-string-query,`simple_query_string` query>>::
A simpler, more robust version of the `query_string` syntax suitable A simpler, more robust version of the `query_string` syntax suitable
for exposing directly to users. for exposing directly to users.