solrconfig parsing errors swallowed
-----------------------------------
Key: SOLR-2167
URL: https://issues.apache.org/jira/browse/SOLR-2167
Project: Solr
Issue Type: Bug
Reporter: Yonik Seeley
Priority: Minor
While trying to simplify a test, I cut out everything in solrconfig, leaving an
empty <config/>
The first error I got was this:
Caused by: org.apache.solr.common.SolrException: Can't use signatureField which
does not exist in schema: signatureField
at
org.apache.solr.update.processor.SignatureUpdateProcessorFactory.inform(SignatureUpdateProcessorFactory.java:85)
Caused by a schema with no fields in it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]