Jörg Prante
Jörg Prante
Sorry. This change was not intended. But you can safely remove/clear language.json, it adds the possibility of changing the language code by configuration.
I will try to find a solution for the `"store":"yes"` exception.
Sorry for the confusion. I forked once but forgot to sync the changes. Please be patient for a new release which will be synced (both standalone and bundle)
As a starting point, check https://github.com/jprante/elasticsearch-knapsack/blob/master/src/test/java/org/xbib/elasticsearch/plugin/knapsack/KnapsackImportTests.java Then, check https://github.com/jprante/elasticsearch-knapsack/blob/master/src/main/java/org/xbib/elasticsearch/action/knapsack/imp/KnapsackImportRequest.java for methods `setIndex()` and `setType()` to address the new index. With `addIndexSettings()` and `addIndexTypeMapping ()`, you can define index settings and...
Check if ``` curl -XPOST 'http://localhost:9200/_search' -d ' { "fields": [ "message" ], "query": { "filtered": { "filter": { "range": { "@timestamp": { "gte": "2015-04-29T00:00:00.000Z", "time_zone": "+8:00" } } },...
If `_search` gives one hit, Knapsack also can get only one hit.
Can you list the content of the lib folder and show the script how you run the importer?
@Mice73 this is JDBC importer 1.7.0.0 and not JDBC importer 2.0.0.0 @vtaneeru where did you get the info that folder must be added to PATH? This does not harm but...
@Mice73 you can not continue to use JDBC importer 1.7.x.y with Elasticsearch 2.0.0 Please download new JDBC importer 2.0.0.0 zip, unpack it, and do not forget to decommission older JDBC...
I'd added a quick link, it's http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.0.0.0/elasticsearch-jdbc-2.0.0.0-dist.zip @Mice73 where go you get this link from?