Reload analyzers should include analyzer names in response #43804
Labels
>enhancement
:Search Relevance/Analysis
How text is split into tokens
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
v7.3.0
v8.0.0-alpha1
Currently the repsonse of the "_reload_search_analyzer" endpoint contains the index names and nodeIds of indices were analyzers reloading was triggered. We should additionally include the name of the search-time analyzers that were potentially reloaded. I just spent some time wondering why some change to the synonyms file wasn't picked up by a reload where the cause was that the analyzers I used wasn't declared as search-time "updateable". Having the analyzer name in the response would have sped up that debugging process I think.
The text was updated successfully, but these errors were encountered: