Created
October 30, 2013 00:56
-
-
Save dlee/7225457 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
2013-10-29 17:40:30 -0700 SolrCore [INFO] [shard_1] webapp=/solr path=/select params={mm=100%25&facet=true&locale=en-US&qf=assignee_email^4+assignee_name^4+author_email^3+author_name^4+cc_email^3+cc_name^3+comment^2+description^3+details^2+email^100+email_domain^4+external_id^3+field_entry_text^3+forum^2+identifier^4+keywords^8+name^100+nice_id_string^100+notes^2+original_nice_id_string^100+phone^3+requester_email^4+requester_name^4+subject^10+tags^5+value^5&bv=0.6&wt=ruby&rows=15&facet.type.method=enum&zuid=81f40ced975983e8&bq=%2Bticket_type_id:3+-status_id:4+%2Btype:ticket&fl=id,db_id,type,score&start=0&facet.query=updated_at:[2013-10-30T00:00:00Z+TO+*]&facet.query=updated_at:[2013-10-29T00:00:00Z+TO+*]&facet.query=updated_at:[2013-10-23T00:00:00Z+TO+*]&facet.query=updated_at:[2013-09-30T00:00:00Z+TO+*]&facet.query=updated_at:[2012-10-30T00:00:00Z+TO+*]&q=hi&timeAllowed=9000&facet.field=type&qt=incremental&fq=account_id:1&fq=type:(ticket+OR+entry+OR+user+OR+group+OR+organization)} hits=0 status=0 QTime=251 | |
2013-10-29 17:40:35 -0700 SolrCore [ERROR] org.apache.solr.common.SolrException | |
at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:134) | |
at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:165) | |
at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) | |
at org.apache.solr.core.SolrCore.execute(SolrCore.java:1376) | |
at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:365) | |
at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:260) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1330) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) | |
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110) | |
at org.eclipse.jetty.server.Server.handle(Server.java:349) | |
at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441) | |
at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919) | |
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582) | |
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218) | |
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: org.apache.lucene.queryParser.ParseException: Unable to parse query | |
at com.zendesk.search.solr.QueryParser.parse(QueryParser.java:56) | |
at com.zendesk.search.solr.PredictiveQParser.parse(PredictiveQParser.java:148) | |
at org.apache.solr.search.QParser.getQuery(QParser.java:143) | |
at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:105) | |
... 26 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment