Jörg Prante

Results 258 comments of Jörg Prante

Link to Knapsack 1.4.0.0 has been restored now.

Please check `low disk watermark [85%] exceeded` error message, it means that not much data can be imported because of precautions in Elasticsearch 2.3.4

Thanks! I changed the default binary detection for multi-fields, there was a mistake. It should work now with new plugin version 1.4.4.0.

Next try, version 1.4.4.1 I added a test to ensure this works. The cause of the trouble was the field being not stored.

Cool idea, yes, another zip in the assembly plugin would be ok. It's not the size, but the feature set. AWS S3 is just optional, so everybody can choose.

Many thanks for your suggestions. Is it possible to add new hooks to the REST API? I'd like to have `_export` and `_import` just for local dumps only. How about...

You edited the message: `high disk watermark [90%] exceeded` This the reason why Elasticsearch does not accept any data. It's not a knapsack problem.

Sorry, I overlooked the issue. I released 2.2.0.2 with a fix. Download link of plugin zip file is https://github.com/jprante/elasticsearch-plugin-bundle/releases/download/2.2.0.2/elasticsearch-plugin-bundle-2.2.0.2-plugin.zip

OK, that was the reason why I removed the REST action.... I have to investigate how to solve this class loader issue.

Attaching the right analyzer is a feature where REST endpoint is not for. In ES 1.x this was possible by assigning an analyzer path. In ES 2.x this was removed....