From 111a8e6eeba51d46cc68250e468af009a4b111ca Mon Sep 17 00:00:00 2001 From: MaxKsyunz Date: Thu, 16 Jun 2022 19:08:21 -0700 Subject: [PATCH] Update SQL and PPL documentation. Mention analyzer and operator optional parameters. Signed-off-by: MaxKsyunz --- docs/user/dql/functions.rst | 2 ++ docs/user/ppl/functions/relevance.rst | 1 + 2 files changed, 3 insertions(+) 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