diff --git a/docs/user/dql/functions.rst b/docs/user/dql/functions.rst index cb6c32ea4d..c0e3fa6b44 100644 --- a/docs/user/dql/functions.rst +++ b/docs/user/dql/functions.rst @@ -2253,6 +2253,8 @@ The match_bool_prefix function maps to the match_bool_prefix query in the search - fuzzy_rewrite - minimum_should_match - boost +- operator +- analyzer Example with only ``field`` and ``query`` expressions, and all other parameters are set default values:: diff --git a/docs/user/ppl/functions/relevance.rst b/docs/user/ppl/functions/relevance.rst index 604666e0d8..a198d7c8af 100644 --- a/docs/user/ppl/functions/relevance.rst +++ b/docs/user/ppl/functions/relevance.rst @@ -117,6 +117,7 @@ The match_bool_prefix function maps to the match_bool_prefix query in the search - max_expansions - prefix_length - fuzzy_transpositions +- operator - fuzzy_rewrite - minimum_should_match - boost