Skip to content

Instantly share code, notes, and snippets.

@dav-rob
Created May 24, 2011 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dav-rob/989204 to your computer and use it in GitHub Desktop.
Save dav-rob/989204 to your computer and use it in GitHub Desktop.
{
"took" : 125,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 2,
"failed" : 3,
"failures" : [ {
"index" : "contactindex_2011_05_24_07_02_41",
"shard" : 1,
"reason" : "RemoteTransportException[[Umar][inet[/169.49.208.147:9300]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_05_24_07_02_41][1]: query[custom score (listIds:16500,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@1be9f07)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: ClassCastException[org.elasticsearch.search.lookup.FieldLookup cannot be cast to java.lang.String]; "
}, {
"index" : "contactindex_2011_05_24_07_02_41",
"shard" : 3,
"reason" : "RemoteTransportException[[Umar][inet[/169.49.208.147:9300]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_05_24_07_02_41][3]: query[custom score (listIds:16500,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@1cfde49)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: ClassCastException[org.elasticsearch.search.lookup.FieldLookup cannot be cast to java.lang.String]; "
}, {
"index" : "contactindex_2011_05_24_07_02_41",
"shard" : 2,
"reason" : "RemoteTransportException[[Umar][inet[/169.49.208.147:9300]][search/phase/query]]; nested: QueryPhaseExecutionException[[contactindex_2011_05_24_07_02_41][2]: query[custom score (listIds:16500,function=org.elasticsearch.index.query.xcontent.CustomScoreQueryParser$ScriptScoreFunction@59a6b5)],from[0],size[500]: Query Failed [Failed to execute main query]]; nested: ClassCastException[org.elasticsearch.search.lookup.FieldLookup cannot be cast to java.lang.String]; "
} ]
},
"hits" : {
"total" : 0,
"max_score" : null,
"hits" : [ ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment