match_phrase.asciidoc 782 B

123456789101112131415161718
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. [discrete]
  3. [[esql-match_phrase]]
  4. === `MATCH_PHRASE`
  5. preview::["Do not use on production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
  6. *Syntax*
  7. [.text-center]
  8. image::esql/functions/signature/match_phrase.svg[Embedded,opts=inline]
  9. include::../parameters/match_phrase.asciidoc[]
  10. include::../description/match_phrase.asciidoc[]
  11. include::../types/match_phrase.asciidoc[]
  12. include::../functionNamedParams/match_phrase.asciidoc[]
  13. include::../examples/match_phrase.asciidoc[]