Skip to content

Commit 347e8cf

Browse files
authored
[DOCS] Edited intro sentence for clarity. Closes #39865 (#39866)
1 parent aad9397 commit 347e8cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/reference/query-dsl/full-text-queries.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[[full-text-queries]]
22
== Full text queries
33

4-
The high-level full text queries are usually used for running full text
5-
queries on full text fields like the body of an email. They understand how the
6-
field being queried is <<analysis,analyzed>> and will apply each field's
7-
`analyzer` (or `search_analyzer`) to the query string before executing.
4+
The full text queries enable you to search <<analysis,analyzed text fields>> such as the
5+
body of an email. The query string is processed using the same analyzer that was applied to
6+
the field during indexing.
87

98
The queries in this group are:
109

0 commit comments

Comments
 (0)