Add Support for Metadata in ElasticSearch Queries(query|suggest) #70417
Labels
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Currently, there is no field in elastic search suggest queries where I can pass metadata to queries. Adding metadata is beneficial in scenarios when query ends up in slow query logs. I can pass details of clientName and work with client to fix their query or access pattern. Further, I can use the metadata to build analytics on slow query logs for further analysis and consumption.
This feature is similar to the analytics tag in elastic app search : https://www.elastic.co/guide/en/app-search/7.8/analytics-tags-guide.html
The text was updated successfully, but these errors were encountered: