[DOCS] Improved grammar in multi-match query docs

This commit is contained in:
violuke 2014-06-03 10:12:07 +01:00 committed by Luca Cavanna
parent 5a1ad7b42e
commit 0020e5fc0a
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ in <<query-dsl-match-query>>. Type `phrase_prefix` additionally accepts
The `cross_fields` type is particularly useful with structured documents where The `cross_fields` type is particularly useful with structured documents where
multiple fields *should* match. For instance, when querying the `first_name` multiple fields *should* match. For instance, when querying the `first_name`
and `last_name` fields for ``Will Smith'', the best match is like to have and `last_name` fields for ``Will Smith'', the best match is likely to have
``Will'' in one field and ``Smith'' in the other. ``Will'' in one field and ``Smith'' in the other.
**** ****