elasticsearch/x-pack/plugin/ent-search
James Baiera c3839e1f76
Add selector syntax to index expressions (#118614)
This PR introduces a new syntactical feature to index expression resolution: The selector.

Selectors, denoted with a :: followed by a recognized suffix will allow users to specify which component of 
an index abstraction they would like to operate on within an API call. In this case, an index abstraction is a 
concrete index, data stream, or alias; Any abstraction that can be resolved to a set of indices/shards. We 
define a component of an index abstraction to be some searchable unit of the index abstraction.
2025-01-08 11:37:03 -05:00
..
licenses Add template parameters to Search Applications (#95674) 2023-05-10 14:48:38 +02:00
qa Restrict Connector APIs to manage/monitor_connector privileges (#119389) 2025-01-08 09:59:26 +01:00
src Add selector syntax to index expressions (#118614) 2025-01-08 11:37:03 -05:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00