Improve messages when parsing schema.xml
----------------------------------------

                 Key: SOLR-530
                 URL: https://issues.apache.org/jira/browse/SOLR-530
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 1.3
            Reporter: Shalin Shekhar Mangar
            Priority: Trivial
             Fix For: 1.3


Improve exception messages in parsing schema.xml and catch common user mistakes.

For example:
 # If type is incorrect or omitted, the resulting exception message does not 
show the field name
 # Forgetting to add multiValued="true" on a copyField destination is a common 
mistake. If a field is a destination for multiple copyFields, then this goes 
unnoticed until addition of documents fails with exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to