elasticsearch-inout-plugin
elasticsearch-inout-plugin copied to clipboard
An Elasticsearch plugin which provides the ability to export data by query on server side.
Added scripting support. Can add script elements to modify data on reindex, query into, import, ... Based on similar model in update by query. This is applied to the other...
this pull requests includes combined changes from scripting support and 1.0.0.Beta2 ElasticSearch support
Also fixed the forcedOverwrite test, it was writing two shards to the same file which would have unexpected results due to threading. NOTE: for this pull request, I cannot run...
update to ElasticSearch 0.90.10, with API changes for collection classes, fix test cases for new norms response in mappings, and change version number of plugin to match ES version number.
update to ElasticSearch 1.0.0.RC1 and since our test framework is broken by this release of ES and that test framework is mostly replaced by ES test classes, I removed it...
there are more breaking changes in ElasticSearch than the release notes for 0.90.6 and 1.0.0.beta1 explicitly describe. NOTE: for this pull request, I cannot run the python based tests, so...
Update ElasticSearch, dependency change and fixed related test. Align version numbers of plugin to ES.
There are pending pull requests for this project that bring it up to date with ES, but are not being incorporated or commented upon. Are there active people with commit...
I used the plug in with elasticsearch 0.90.2, and i'm getting the error - local@pldsvv-08:/var/elasticsearch/elasticsearch-0.90.2/bin$ sudo ./elasticsearch -f [2013-09-18 21:26:59,436][INFO ][node ] [52] {0.90.2}[7670]: initializing ... [2013-09-18 21:26:59,447][INFO ][plugins ]...
NOTE: for this pull request, I cannot run the python based tests, so if someone can verify the full test suite, that would be great!