Entries tagged “pyes”

Filter Queries using pyes

I’ve been having a tough time navigating the Elastic Search docs, but some sleuthing in the test suite for pyes has proved helpful.

Read full post
Bulk load ElasticSearch using pyes

When indexing a lot of data, you can save time by bulk loading data.

Read full post
Installing ElasticSearch plugins

I’m slowly trying to familiarize myself with ElasticSearch and the pyes python interface. ElasticSearch uses a lot of plugins, and while the plugin system is easy to use, it’s not obvious where to find the plugins.

Read full post