Update match-query.asciidoc

This commit is contained in:
ericheiker 2014-05-14 11:58:46 +02:00 committed by Clinton Gormley
parent c93e7f26c5
commit 0eb7b5024d
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ The default `match` query is of type `boolean`. It means that the text
provided is analyzed and the analysis process constructs a boolean query
from the provided text. The `operator` flag can be set to `or` or `and`
to control the boolean clauses (defaults to `or`). The minimum number of
should clauses to match can be set using the
optional `should` clauses to match can be set using the
<<query-dsl-minimum-should-match,`minimum_should_match`>>
parameter.
The `analyzer` can be set to control which analyzer will perform the
analysis process on the text. It default to the field explicit mapping
analysis process on the text. It defaults to the field explicit mapping
definition, or the default search analyzer.
`fuzziness` allows _fuzzy matching_ based on the type of field being queried.