From 7c7933b0aa82ed756c93dc18fee930e369153852 Mon Sep 17 00:00:00 2001 From: MK Swanson Date: Mon, 11 Mar 2019 12:36:43 -0400 Subject: [PATCH] [DOCS] Edited intro sentence for clarity. Closes #39865 (#39868) --- docs/reference/query-dsl/full-text-queries.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: