Created
January 12, 2012 18:22
-
-
Save barnybug/1602207 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
{"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