Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

SearchPhaseExecutionException when search with base64 #6

Open
heberuriegas opened this issue Oct 3, 2014 · 1 comment
Open

SearchPhaseExecutionException when search with base64 #6

heberuriegas opened this issue Oct 3, 2014 · 1 comment

Comments

@heberuriegas
Copy link

I have SearchPhaseExecutionException error when I run this query

https://gist.github.com/woohoou/618010bd05ac8049e0ff

with this mapping

https://gist.github.com/woohoou/f52e92850e48c8fa67c4

{"error":"SearchPhaseExecutionException[Failed to execute phase [query_fetch], all shards failed; shardFailures {[_T4dwGt_RESzYUlhxp2YDQ][dedecora_application_renders_development][0]: QueryPhaseExecutionException[[dedecora_application_renders_development][0]: query[filtered(image_64.CEDD.hash.BIT_SAMPLING,[524, 1074, 3174, 2267, 1410, 22, 3792, 2489, 2738, 679, 3915, 1825, 2473, 2641, 1203, 2165, 2653, 3573, 404, 1060, 832, 3358, 92, 3027, 1603, 2139, 462, 787, 1582, 2495, 2286, 3542, 3305, 1169, 2732, 1646, 486, 3780, 3002, 1038, 1242, 2106, 4036, 467, 154, 1478, 1166, 1630, 2755, 571, 2825, 1772, 2216, 821, 2161, 2711, 333, 3873, 832, 2328, 2472, 1135, 218, 7, 1317, 3608, 120, 2521, 837, 2390, 2937, 2934, 2719, 3090, 606, 3569, 1730, 2519, 410, 850, 4005, 902, 3175, 1440, 3373, 3584, 1309, 723, 743, 3331, 293, 947, 3941, 3761, 2763, 936, 3004, 2289, 100, 3495],100,image_64.CEDD,CEDD^2.1)->cache(_type:render)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: AbstractMethodError[org.apache.lucene.search.Weight.scorer(Lorg/apache/lucene/index/AtomicReaderContext;Lorg/apache/lucene/util/Bits;)Lorg/apache/lucene/search/Scorer;]; }]","status":500}

I'm running this version with plugin 1.2.0

curl -XGET http://localhost:9200
{
  "status" : 200,
  "name" : "Mary Zero",
  "version" : {
    "number" : "1.3.2",
    "build_hash" : "dee175dbe2f254f3f26992f5d7591939aaefd12f",
    "build_timestamp" : "2014-08-13T14:29:30Z",
    "build_snapshot" : false,
    "lucene_version" : "4.9"
  },
  "tagline" : "You Know, for Search"
}

Am I doing something wrong?, or is a bug?

@heberuriegas heberuriegas changed the title SearchPhaseExecutionException when share with base64 SearchPhaseExecutionException when search with base64 Oct 3, 2014
@easmith
Copy link

easmith commented Nov 12, 2014

Could you try to install the latest version from source? #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants