We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4a80c commit 312f2fdCopy full SHA for 312f2fd
docs/reference/query-dsl/mlt-query.asciidoc
@@ -242,6 +242,13 @@ number of terms that must match.
242
The syntax is the same as the <<query-dsl-minimum-should-match,minimum should match>>.
243
(Defaults to `"30%"`).
244
245
+`fail_on_unsupported_field`::
246
+Controls whether the query should fail (throw an exception) if any of the
247
+specified fields are not of the supported types
248
+(`text` or `keyword'). Set this to `false` to ignore the field and continue
249
+processing. Defaults to
250
+`true`.
251
+
252
`boost_terms`::
253
Each term in the formed query could be further boosted by their tf-idf score.
254
This sets the boost factor to use when using this feature. Defaults to
0 commit comments