match_phrase.asciidoc 878 B

123456789101112
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Supported function named parameters*
  3. [%header.monospaced.styled,format=dsv,separator=|]
  4. |===
  5. name | types | description
  6. zero_terms_query | [keyword] | Indicates whether all documents or none are returned if the analyzer removes all tokens, such as when using a stop filter. Defaults to none.
  7. boost | [float] | Floating point number used to decrease or increase the relevance scores of the query. Defaults to 1.0.
  8. analyzer | [keyword] | Analyzer used to convert the text in the query value into token. Defaults to the index-time analyzer mapped for the field. If no analyzer is mapped, the index’s default analyzer is used.
  9. slop | [integer] | Maximum number of positions allowed between matching tokens. Defaults to 0. Transposed terms have a slop of 2.
  10. |===