Files
elasticsearch-js/docs/reference/api/QueryDslMatchBoolPrefixQuery.md
2025-05-27 15:30:21 -05:00

1.6 KiB

Interface QueryDslMatchBoolPrefixQuery

Name Type Description
analyzer string Analyzer used to convert the text in the query value into tokens.
fuzziness Fuzziness Maximum edit distance allowed for matching. Can be applied to the term subqueries constructed for all terms but the final term.
fuzzy_rewrite MultiTermQueryRewrite Method used to rewrite the query. Can be applied to the term subqueries constructed for all terms but the final term.
fuzzy_transpositions boolean If true, edits for fuzzy matching include transpositions of two adjacent characters (for example, ab to ba). Can be applied to the term subqueries constructed for all terms but the final term.
max_expansions integer Maximum number of terms to which the query will expand. Can be applied to the term subqueries constructed for all terms but the final term.
minimum_should_match MinimumShouldMatch Minimum number of clauses that must match for a document to be returned. Applied to the constructed bool query.
operator QueryDslOperator Boolean logic used to interpret text in the query value. Applied to the constructed bool query.
prefix_length integer Number of beginning characters left unchanged for fuzzy matching. Can be applied to the term subqueries constructed for all terms but the final term.
query string Terms you wish to find in the provided field. The last term is used in a prefix query.