[Docs] Delete inappropriate backtick (#35722)

This commit is contained in:
Takuro Wada 2018-11-20 18:08:32 +09:00 committed by Christoph Büscher
parent a5f5ceb869
commit 7b2d547e8e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ the second document. The `text.english` field contains `fox` for both
documents, because `foxes` is stemmed to `fox`.
The query string is also analyzed by the `standard` analyzer for the `text`
field, and by the `english` analyzer` for the `text.english` field. The
field, and by the `english` analyzer for the `text.english` field. The
stemmed field allows a query for `foxes` to also match the document containing
just `fox`. This allows us to match as many documents as possible. By also
querying the unstemmed `text` field, we improve the relevance score of the