Explore Usage of Elasticsearch-persistence Gem


I’ve been exploring the usage of Elasticsearch, because the data in Elasticsearch is in huge amount and also specially indexed, I need to figure out a way to read index data in Elasticsearch without storing them into another database. After some experiment and exploration, I think the official gem elasticsearch-persistent is the best choice.

Search & Get data in type(table)

Search data in the whole index

Some important parameters

I