Skip to content

Instantly share code, notes, and snippets.

@missinglink
Created July 9, 2013 11:28
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 missinglink/e3cb9b127ae00e8c561c to your computer and use it in GitHub Desktop.
Save missinglink/e3cb9b127ae00e8c561c to your computer and use it in GitHub Desktop.
ES error example
{
"error": "SearchPhaseExecutionException[Failed to execute phase [query], total failure; shardFailures {[QW61h7_NQryNftCVXV8c6w][document][4]: SearchParseException[[document][4]: from[-1],size[-1]: Parse Failure [Failed to parse source [\n \"query\": {\n \"match_phrase\": {\n \"html\": \"Fenjal Classic Luxury Crème Oil Body Wash\"\n }\n }\n]]]; nested: JsonParseException[Unexpected character (':' (code 58)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: [B@16953ad9; line: 2, column: 13]]; }{[QW61h7_NQryNftCVXV8c6w][document][0]: SearchParseException[[document][0]: from[-1],size[-1]: Parse Failure [Failed to parse source [\n \"query\": {\n \"match_phrase\": {\n \"html\": \"Fenjal Classic Luxury Crème Oil Body Wash\"\n }\n }\n]]]; nested: JsonParseException[Unexpected character (':' (code 58)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: [B@16953ad9; line: 2, column: 13]]; }{[QW61h7_NQryNftCVXV8c6w][document][3]: SearchParseException[[document][3]: from[-1],size[-1]: Parse Failure [Failed to parse source [\n \"query\": {\n \"match_phrase\": {\n \"html\": \"Fenjal Classic Luxury Crème Oil Body Wash\"\n }\n }\n]]]; nested: JsonParseException[Unexpected character (':' (code 58)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')\n at [Source: [B@16953ad9; line: 2, column: 13]]; }]",
"status": 500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment