Skip to content

ES|QL - Remove LIMIT limitation for full text functions #127415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
carlosdelest opened this issue Apr 25, 2025 · 1 comment
Open

ES|QL - Remove LIMIT limitation for full text functions #127415

carlosdelest opened this issue Apr 25, 2025 · 1 comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@carlosdelest
Copy link
Member

Description

Current full text functions cannot be used after LIMIT. This was due to their previous inability to be executed on the compute engine, and thus they needed to be pushed down to Lucene.

Now that full text functions can be executed at the compute engine level, we can remove that restriction.

@carlosdelest carlosdelest added :Analytics/ES|QL AKA ESQL >enhancement Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch Team:SearchOrg Meta label for the Search Org (Enterprise Search) labels Apr 25, 2025
@elasticsearchmachine elasticsearchmachine added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) and removed Team:SearchOrg Meta label for the Search Org (Enterprise Search) Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch labels Apr 25, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

2 participants