Skip to content

Commit b17fbe2

Browse files
committed
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
1 parent 0eeb080 commit b17fbe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/how-to/recipes/stemming.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,6 @@ In the above case, since `ski` was in-between quotes, it was searched on the
228228
`body.exact` field due to the `quote_field_suffix` parameter, so only document
229229
`1` matched. This allows users to mix exact search with stemmed search as they
230230
like.
231+
232+
NOTE: If the choice of field passed in `quote_field_suffix` does not exist
233+
the search will fall back to using the default field for the query string.

0 commit comments

Comments
 (0)