We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652a56e commit 6ea10f1Copy full SHA for 6ea10f1
docs/reference/mapping/params/multi-fields.asciidoc
@@ -127,7 +127,7 @@ the second document. The `text.english` field contains `fox` for both
127
documents, because `foxes` is stemmed to `fox`.
128
129
The query string is also analyzed by the `standard` analyzer for the `text`
130
-field, and by the `english` analyzer` for the `text.english` field. The
+field, and by the `english` analyzer for the `text.english` field. The
131
stemmed field allows a query for `foxes` to also match the document containing
132
just `fox`. This allows us to match as many documents as possible. By also
133
querying the unstemmed `text` field, we improve the relevance score of the
0 commit comments