Fetching pre configured attributes through elasticsearch

Hi ,
Is there anyway to fetch the pre configured attribute (synonyms, lingo3g etc) using ES query.

For ex: I have synonym.txt file which is being added in ES to support synonym tokenisation. So is there any query I can fire, to read the content from synonym.txt.

No I don't believe you can read that synonyms file from an ES API. However,
you can pull back all the meta information for an index (including analyzer
definitions):

curl localhost:9200/index_name/_settings?pretty

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ea06606b-4a80-4f6a-b0ea-eea6b75d687c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.