Skip to content

ES|QL: Add support for match_phrase #125012

Open
@ioanatia

Description

@ioanatia

tracked in #123043
We want to add support in ES|QL for match_phrase as a separate function in ES|QL:

FROM books
WHERE match_phrase(plot, "Tale of two cities", {"analyzer": "my_analyzer"})

The function will translate to match_phrase query.

The function needs to support all existing options that we have for the match_phrase query.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions