Skip to content

Commit ebdb195

Browse files
committed
[DOCS] Reformat query string query (#45296)
1 parent d05cb1b commit ebdb195

File tree

3 files changed

+291
-189
lines changed

3 files changed

+291
-189
lines changed

docs/reference/query-dsl/match-query.asciidoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,3 @@ The example above creates a boolean query:
185185
that matches documents with the term `ny` or the conjunction `new AND york`.
186186
By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`.
187187

188-
189-
.Comparison to query_string / field
190-
**************************************************
191-
192-
The match family of queries does not go through a "query parsing"
193-
process. It does not support field name prefixes, wildcard characters,
194-
or other "advanced" features. For this reason, chances of it failing are
195-
very small / non existent, and it provides an excellent behavior when it
196-
comes to just analyze and run that text as a query behavior (which is
197-
usually what a text search box does).
198-
199-
**************************************************

0 commit comments

Comments
 (0)