[DOCS] Improved readability of multi-match query docs

This commit is contained in:
violuke 2014-06-03 11:18:16 +01:00 committed by Luca Cavanna
parent 6a399d4c9a
commit 4f99f0c6f1
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ In other words, `first` and `last` would be grouped together and
treated as a single field, and `first.edge` and `last.edge` would be
grouped together and treated as a single field.
Having multiple groups is fine but, when combined with `operator` or
Having multiple groups is fine, but when combined with `operator` or
`minimum_should_match`, it can suffer from the <<operator-min,same problem>>
as `most_fields` or `best_fields`.