API/endpoint to get analyzer/filter details

I have a synonyms analyzer with 2 filters configured to read from synonyms mapping files. I use the /_analyze API to see how the analyzer processes text.

But is there a way to get a summary of configured filters or analyzers, which will give the total number of synonyms/mappings in each filter/analyzer?

There is no way to get the total number of synonyms, except counting yourself in the files you created. If you are interested in more explanation of the analysis process, then using explain might help, see Analyze API | Elasticsearch Guide [7.13] | Elastic - I am not sure, you are after that though.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.