How to see the indexed data in Elasticsearch

I had a problem with ElasticSearch and Rails, where some data was not indexed properly because of attr_protected. Where does Elastic Search store the indexed data? It would be useful to check if the actual indexed data is wrong.

Checking the mapping with Tire.index('models').mapping does not help, the field is listed.

Thanks,
Richa.

You can directly hit Elasticsearch's REST APIs. More specifically, the Search API

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