diff --git a/docs/reference/query-dsl/full-text-queries.asciidoc b/docs/reference/query-dsl/full-text-queries.asciidoc index f9714c1be3c..5fb5447dbb7 100644 --- a/docs/reference/query-dsl/full-text-queries.asciidoc +++ b/docs/reference/query-dsl/full-text-queries.asciidoc @@ -1,10 +1,9 @@ [[full-text-queries]] == Full text queries -The high-level full text queries are usually used for running full text -queries on full text fields like the body of an email. They understand how the -field being queried is <> and will apply each field's -`analyzer` (or `search_analyzer`) to the query string before executing. +The full text queries enable you to search <> such as the +body of an email. The query string is processed using the same analyzer that was applied to +the field during indexing. The queries in this group are: