Skip to content

[ENHANCEMENT] Pushdown Lucene supported regex to DSL query in regex_match function. #4114

@vamsimanohar

Description

@vamsimanohar

In regex_match function, we always use script pushdown as PPL supports Java Regex and DSL supports a different Lucene regex.

But majority of the use cases will have plain regex which could be supported in Lucene and if we can push these queries to DSL it would increase the query efficiency.

The ask of this issues to pushdown to DSL regexp query whenever possible in case of regex_match function.

Metadata

Metadata

Assignees

Labels

PPLPiped processing languageenhancementNew feature or requestpushdownpushdown related issues

Type

No type

Projects

Status

Not Started

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions