Robert Muir created SOLR-3610:
---------------------------------

             Summary: After reloading a core, indexing will fail on any newly 
added fields to the schema.
                 Key: SOLR-3610
                 URL: https://issues.apache.org/jira/browse/SOLR-3610
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.0-ALPHA
            Reporter: Robert Muir


This is just another instantiation of SOLR-3587.

Because the IndexWriter is kept open, the Codec still uses the old schema, and 
when asked to index for the field, doesn't know about it and returns an error.

We could dodge the problem for now by turning off per-field codec support by 
default, requiring users to turn it on explicitly in solrconfig.xml (like 
similarity), knowing they are making a tradeoff by doing that (same goes for 
Similarity if you are using a per-field configuration).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to