ES|QL - Remove LIMIT limitation for full text functions #127415
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
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.
The text was updated successfully, but these errors were encountered: