Created
May 24, 2011 17:30
-
-
Save dav-rob/989204 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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