Add an API for field value suggestions? #59137
Labels
>feature
Initiative:MakeItSlow
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Kibana currently powers field value suggestions with aggregations, by enforcing strict timeouts in order to make sure to get suggestions in a timely fashion. Unfortunately, despite great care to make these suggestions cheap, this has been a source of performance/load issues in the past. Upcoming features like searchable snapshots and schema on read are going to make this worse.
With the introduction of
constant_keyword
and possiblyenum
, we now have the opportunity to return field suggestions on fields that are mapped with these types without performing any disk I/O. Should we expose this via a new API?The text was updated successfully, but these errors were encountered: