Skip to content

Commit 05689de

Browse files
rbayetmartijnvg
authored andcommitted
Fixing backquote in fail_on_unsupported_field (#43572)
1 parent 2685d1e commit 05689de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/reference/query-dsl/mlt-query.asciidoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,8 @@ The syntax is the same as the <<query-dsl-minimum-should-match,minimum should ma
232232
`fail_on_unsupported_field`::
233233
Controls whether the query should fail (throw an exception) if any of the
234234
specified fields are not of the supported types
235-
(`text` or `keyword'). Set this to `false` to ignore the field and continue
236-
processing. Defaults to
237-
`true`.
235+
(`text` or `keyword`). Set this to `false` to ignore the field and continue
236+
processing. Defaults to `true`.
238237

239238
`boost_terms`::
240239
Each term in the formed query could be further boosted by their tf-idf score.

0 commit comments

Comments
 (0)