Giter VIP home page Giter VIP logo

Comments (3)

jeesim2 avatar jeesim2 commented on July 20, 2024

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: [ ]
}
}

from elasticsearch-image.

thorikawa avatar thorikawa commented on July 20, 2024

I think it has been fixed in the master. 89bce31

I am not sure when it will be released though...

from elasticsearch-image.

Thirunavukkarasu avatar Thirunavukkarasu commented on July 20, 2024

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":
[
]
}
}

from elasticsearch-image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.