From 4181c5ccf512e9c9f9fbe5f4584d07717739b4a5 Mon Sep 17 00:00:00 2001 From: swstepp <49322243+swstepp@users.noreply.github.com> Date: Wed, 22 May 2019 10:44:41 -0600 Subject: [PATCH] Fix grammar problem in stemming reference. (#42148) --- docs/reference/how-to/recipes/stemming.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/recipes/stemming.asciidoc b/docs/reference/how-to/recipes/stemming.asciidoc index e8c213646578c..d7ddda116327e 100644 --- a/docs/reference/how-to/recipes/stemming.asciidoc +++ b/docs/reference/how-to/recipes/stemming.asciidoc @@ -171,7 +171,7 @@ the query need to be matched exactly while other parts should still take stemming into account? Fortunately, the `query_string` and `simple_query_string` queries have a feature -that solve this exact problem: `quote_field_suffix`. This tell Elasticsearch +that solves this exact problem: `quote_field_suffix`. This tells Elasticsearch that the words that appear in between quotes are to be redirected to a different field, see below: