Browse Source

Fixing backquote in fail_on_unsupported_field (#43572)

rbayet 6 years ago
parent
commit
05689de55f
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/reference/query-dsl/mlt-query.asciidoc

+ 2 - 3
docs/reference/query-dsl/mlt-query.asciidoc

@@ -232,9 +232,8 @@ The syntax is the same as the <<query-dsl-minimum-should-match,minimum should ma
 `fail_on_unsupported_field`::
 `fail_on_unsupported_field`::
 Controls whether the query should fail (throw an exception) if any of the 
 Controls whether the query should fail (throw an exception) if any of the 
 specified fields are not of the supported types
 specified fields are not of the supported types
-(`text` or `keyword'). Set this to `false` to ignore the field and continue
-processing. Defaults to
-`true`.
+(`text` or `keyword`). Set this to `false` to ignore the field and continue
+processing. Defaults to `true`.
 
 
 `boost_terms`::
 `boost_terms`::
 Each term in the formed query could be further boosted by their tf-idf score.
 Each term in the formed query could be further boosted by their tf-idf score.