Skip to content

Instantly share code, notes, and snippets.

@deverton
Created July 20, 2011 01:06
Show Gist options
  • Save deverton/1094125 to your computer and use it in GitHub Desktop.
Save deverton/1094125 to your computer and use it in GitHub Desktop.
ES 0.17.0 Invalid Facet Query Stack Trace
[2011-07-20 11:03:30,092][DEBUG][action.search.type ] [Legacy] [testindex][2], node[TkPym95HQiCgYGU1qRcX_w], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@fa09c82]
java.lang.NullPointerException
at org.elasticsearch.search.facet.FacetPhase.execute(FacetPhase.java:139)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:226)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:223)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:134)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:76)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:201)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.access$000(TransportSearchTypeAction.java:81)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$1.run(TransportSearchTypeAction.java:159)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment