Open kadishmal opened 10 years ago
I' facing same problem. ES 1.3.0 plugin 1.2.0
{ took: 61 timed_out: false _shards: { total: 5 successful: 3 failed: 2 failures: [ { index: dodol-themes shard: 1 status: 500 reason: QueryPhaseExecutionException[[dodol-themes][1]: query[filtered(theme_image.JCD,JCD)->cache(_type:theme)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError; } { index: dodol-themes shard: 2 status: 500 reason: RemoteTransportException[[node003][inet[/10.98.225.204:9300]][search/phase/query]]; nested: QueryPhaseExecutionException[[dodol-themes][2]: query[filtered(theme_image.JCD,JCD)->cache(_type:theme)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError; } ] } hits: { total: 0 max_score: null hits: [ ] } }
I think it has been fixed in the master. https://github.com/kzwang/elasticsearch-image/commit/89bce3146c2b0e10838afeb78ab7bb30f3cc8490
I am not sure when it will be released though...
I'm also facing the same issue while querying the index. Can someone let me know when the 1.3.0 plugin will be available for download? Or is there any other way to make it work with ES 1.3.0 & plugin 1.2.0?
curl -XPOST http://localhost:9200/test/test/_search
{ "took": 81, "timed_out": false, "_shards": { "total": 5, "successful": 2, "failed": 3, "failures": [ { "index": "test", "shard": 4, "status": 500, "reason": "QueryPhaseExecutionException[[test][4]: query[filtered(my_img.CEDD,CEDD)->cache(_type:test)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError; " }, { "index": "test", "shard": 0, "status": 500, "reason": "QueryPhaseExecutionException[[test][0]: query[filtered(my_img.CEDD,CEDD)->cache(_type:test)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError; " }, { "index": "test", "shard": 1, "status": 500, "reason": "QueryPhaseExecutionException[[test][1]: query[filtered(my_img.CEDD,CEDD)->cache(_type:test)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError; " } ] }, "hits": { "total": 0, "max_score": null, "hits": [ ] } }
Using ES 1.3.1. The error also occurs in ES 1.2.1. Works fine with ES 1.1.2.
Mapping:
Index new data:
Trying to search the same image:
Results in the following error: