Ver Fonte

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

MK Swanson há 6 anos atrás
pai
commit
347e8cf69b
1 ficheiros alterados com 3 adições e 4 exclusões
  1. 3 4
      docs/reference/query-dsl/full-text-queries.asciidoc

+ 3 - 4
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 <<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: