[DOCS] Edited intro sentence for clarity. Closes #39865 (#39868)

This commit is contained in:
MK Swanson 2019-03-11 12:36:43 -04:00 committed by GitHub
parent d30848eb23
commit 7c7933b0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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 <<analysis,analyzed>> and will apply each field's
`analyzer` (or `search_analyzer`) to the query string before executing.
The full text queries enable you to search <<analysis,analyzed text fields>> 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: