Skip to content

Commit

Permalink
Update SQL and PPL documentation.
Browse files Browse the repository at this point in the history
Mention analyzer and operator optional parameters.

Signed-off-by: MaxKsyunz <[email protected]>
  • Loading branch information
MaxKsyunz committed Jun 17, 2022
1 parent 37992ac commit 111a8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/dql/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
1 change: 1 addition & 0 deletions docs/user/ppl/functions/relevance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 111a8e6

Please sign in to comment.