Created
August 27, 2013 08:59
-
-
Save johanhalse/6351288 to your computer and use it in GitHub Desktop.
Searchkick error message
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
Tire::Search::SearchRequestFailed (400 : { | |
"error":"SearchPhaseExecutionException[Failed to execute phase [query], | |
all shards failed; shardFailures { | |
[8LEbz2d7RS6EGrhSp8sNuA][articles_production][4]: | |
SearchParseException[[articles_production][4]: | |
from[-1],size[-1]: Parse Failure [Failed to parse source [{ | |
"query":{ | |
"dis_max":{ | |
"queries":[{ | |
"multi_match":{ | |
"fields":["_all"],"query":"om","use_dis_max":false,"operator":"and","boost":10,"analyzer":"searchkick_search" | |
} | |
},{ | |
"multi_match":{ | |
"fields":["_all"],"query":"om","use_dis_max":false,"operator":"and","boost":10,"analyzer":"searchkick_search2" | |
} | |
},{ | |
"multi_match":{ | |
"fields":["_all"],"query":"om","use_dis_max":false,"operator":"and","fuzziness":1,"max_expansions":3,"analyzer":"searchkick_search" | |
} | |
},{ | |
"multi_match":{ | |
"fields":["_all"],"query":"om","use_dis_max":false,"operator":"and","fuzziness":1,"max_expansions":3,"analyzer":"searchkick_search2" | |
} | |
} | |
]} | |
} | |
,"size":100000,"from":0,"fields":[]}]]]; nested: QueryParsingException[[articles_production] [match] analyzer [searchkick_search] not found]; } | |
... four more of these... | |
]","status":400} | |
): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment