search-functions.asciidoc 823 B

123456789101112131415161718192021222324
  1. [[esql-search-functions]]
  2. ==== {esql} Full-text search functions
  3. ++++
  4. <titleabbrev>Full-text Search functions</titleabbrev>
  5. ++++
  6. Full text functions are used to search for text in fields.
  7. <<analysis, Text analysiss>> is used to analyze the query before it is searched.
  8. Full text functions can be used to match <<esql-multivalued-fields,multivalued fields>>.
  9. A multivalued field that contains a value that matches a full text query is considered to match the query.
  10. See <<esql-limitations-full-text-search,full text search limitations>> for information on the limitations of full text search.
  11. {esql} supports these full-text search functions:
  12. // tag::search_list[]
  13. * experimental:[] <<esql-match>>
  14. * experimental:[] <<esql-qstr>>
  15. // end::search_list[]
  16. include::layout/match.asciidoc[]
  17. include::layout/qstr.asciidoc[]