Преглед на файлове

Update match-query.asciidoc

ericheiker преди 11 години
родител
ревизия
0eb7b5024d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/reference/query-dsl/queries/match-query.asciidoc

+ 2 - 2
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
 <<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.