-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categoriesMetaTeam:SearchMeta label for search teamMeta label for search team
Description
This issue tracks various changes required to introduce a new fast API for offering autocomplete directly from index contents.
- Introduce new Queryable _tier field (for filtering out indices in frozen/cold tiers) Add ability to filter query based on data tier #68135
- New api for retrieving terms from index New terms_enum API for discovering terms in the index. #66452
- Improved error reporting e.g. when one index of several queried has different, unsupported field type.
- Add rally benchmarks for term suggestion (add to existing Rally benchmarks on "http logs" dataset) Add benchmarks for new terms_enum API rally-tracks#178
- Add cross-cluster support to terms retrieval API Add cross cluster support to _terms_enum #73478
- Optimize terms retrieval impl so that queries defined in DLS security rules are run during canMatch to see if they rewrite to match all (common rule in datastreams is to have a query that denies/allows access to a whole index).UPDATE: this is now in PR Add ability to filter query based on data tier #68135
- Support IP address fields
- Add support for
search_aftera string to enable pagination Add search_after parameter to new terms_enum api #72910 - Add support for shard-level caching
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categoriesMetaTeam:SearchMeta label for search teamMeta label for search team