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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.