We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9397 commit 347e8cfCopy full SHA for 347e8cf
docs/reference/query-dsl/full-text-queries.asciidoc
@@ -1,10 +1,9 @@
1
[[full-text-queries]]
2
== Full text queries
3
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.
+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.
8
9
The queries in this group are:
10
0 commit comments