Pārlūkot izejas kodu

Docs enhancement for quote_field_suffix. (#43093)

* Docs enhancement for quote_field_suffix.
Mentions the use of a fall-back field when specified field is missing.
Closes #40778
markharwood 6 gadi atpakaļ
vecāks
revīzija
ba02170566
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      docs/reference/how-to/recipes/stemming.asciidoc

+ 3 - 0
docs/reference/how-to/recipes/stemming.asciidoc

@@ -228,3 +228,6 @@ In the above case, since `ski` was in-between quotes, it was searched on the
 `body.exact` field due to the `quote_field_suffix` parameter, so only document
 `1` matched. This allows users to mix exact search with stemmed search as they
 like.
+
+NOTE: If the choice of field passed in `quote_field_suffix` does not exist 
+the search will fall back to using the default field for the query string.