Created
February 5, 2015 19:01
-
-
Save paregorios/b8d1359683d15c3ea3c4 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
Feb 05, 2015 11:57:28 AM org.apache.solr.core.QuerySenderListener newSearcher | |
INFO: QuerySenderListener sending requests to Searcher@10d8868 main | |
Feb 05, 2015 11:57:28 AM org.apache.solr.common.SolrException log | |
SEVERE: org.apache.solr.common.SolrException: no field name specified in query and no defaultSearchField defined in schema.xml | |
at org.apache.solr.search.SolrQueryParser.checkNullField(SolrQueryParser.java:123) | |
at org.apache.solr.search.SolrQueryParser.getFieldQuery(SolrQueryParser.java:131) | |
at org.apache.lucene.queryParser.QueryParser.Term(QueryParser.java:1421) | |
at org.apache.lucene.queryParser.QueryParser.Clause(QueryParser.java:1309) | |
at org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java:1237) | |
at org.apache.lucene.queryParser.QueryParser.TopLevelQuery(QueryParser.java:1226) | |
at org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:206) | |
at org.apache.solr.search.LuceneQParser.parse(LuceneQParserPlugin.java:80) | |
at org.apache.solr.search.QParser.getQuery(QParser.java:142) | |
at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:101) | |
at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:173) | |
at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) | |
at org.apache.solr.core.SolrCore.execute(SolrCore.java:1372) | |
at org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:54) | |
at org.apache.solr.core.SolrCore$3.call(SolrCore.java:1181) | |
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:166) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:722) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment