Skip to content

Instantly share code, notes, and snippets.

@barnybug
Created January 12, 2012 18:22
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 barnybug/1602207 to your computer and use it in GitHub Desktop.
Save barnybug/1602207 to your computer and use it in GitHub Desktop.
{"ok":true,"_index":"test","_type":"b","_id":"1","_version":1}{
"took" : 2,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 4,
"failed" : 1,
"failures" : [ {
"index" : "test",
"shard" : 2,
"status" : 500,
"reason" : "QueryPhaseExecutionException[[test][2]: query[filtered(ConstantScore(*:*))->FilterCacheFilterWrapper(_type:a)],from[0],size[10]: Query Failed [Failed to execute main query]]; nested: NumberFormatException[Invalid shift value in prefixCoded string (is encoded value really an INT?)]; "
} ]
},
"hits" : {
"total" : 0,
"max_score" : null,
"hits" : [ ]
},
"facets" : {
"f" : {
"_type" : "terms",
"missing" : 0,
"total" : 0,
"other" : 0,
"terms" : [ ]
}
}
}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment