Jörg Prante
Jörg Prante
There is no more support for Java 7 since April 2015 http://www.oracle.com/technetwork/java/eol-135779.html I urge you to use Java 8.
I will try to port knapsack to Elasticsearch 5.x in my spare time, but there are challenges, mainly the security manager. So it will take more time than I thought....
You can create termlists for indices, not for index types.
No, it dumps the index word list.
knapsack 1.5.2.0 is very old. Can you use latest for 1.5.2, i.e. 1.5.2.2 ? The issue is harmless. If the files given in path are not changing, export is done....
The knapsack state is written into the cluster state. Because cluster state API in 1.5 has changed a lot of times, it is possible there are some bugs. The entries...
Thanks. There are limitations in Elasticsearch, I can only think of fixing this by disabling Netty dead lock checking. Will be in next release #110
Thanks, I will add multipart file upload to S3 in a future release.
@rtkjbillo the changes are quite risky since they can skip index errors. #50 may have a bad cluster condition under the hood. Not everything is logged. I am in the...
@rtkjbillo thanks. I also appreciate quick hacks to make progress and if it works for you it's ok. I don't intend to overload bulk indexing parameters, it's complicated enough. Instead,...