From 0eb7b5024d13971f9355ebb157c10ed345d7ac79 Mon Sep 17 00:00:00 2001 From: ericheiker Date: Wed, 14 May 2014 11:58:46 +0200 Subject: [PATCH] Update match-query.asciidoc --- docs/reference/query-dsl/queries/match-query.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/query-dsl/queries/match-query.asciidoc b/docs/reference/query-dsl/queries/match-query.asciidoc index 44644a6c6a8..350d078361f 100644 --- a/docs/reference/query-dsl/queries/match-query.asciidoc +++ b/docs/reference/query-dsl/queries/match-query.asciidoc @@ -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 <> 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.