Skip to content

Instantly share code, notes, and snippets.

Created January 19, 2012 17:00
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 anonymous/1641180 to your computer and use it in GitHub Desktop.
Save anonymous/1641180 to your computer and use it in GitHub Desktop.
[2012-01-19 17:59:43,810][DEBUG][action.search.type ] [Skunge the Laxidazian Troll] [auctions][4], node[hA2NOFoFQN6kLfg_NbDcXA], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@63425e17]
org.elasticsearch.search.SearchParseException: [auctions][4]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"query": {"text": {"title": {"query": "sprzedazy", "type": "boolean", "analyzer": "polish"}}}}]]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:495)
at org.elasticsearch.search.SearchService.createContext(SearchService.java:407)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:230)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:134)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:80)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:204)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:191)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:177)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: org.elasticsearch.ElasticSearchIllegalArgumentException: No analyzer found for [polish]
at org.elasticsearch.index.search.TextQueryParser.parse(TextQueryParser.java:139)
at org.elasticsearch.index.query.TextQueryParser.parse(TextQueryParser.java:128)
at org.elasticsearch.index.query.QueryParseContext.parseInnerQuery(QueryParseContext.java:156)
at org.elasticsearch.index.query.IndexQueryParserService.parse(IndexQueryParserService.java:232)
at org.elasticsearch.index.query.IndexQueryParserService.parse(IndexQueryParserService.java:212)
at org.elasticsearch.search.query.QueryParseElement.parse(QueryParseElement.java:32)
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:483)
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment