Schema field validation does not look for inconsistencies between field and 
fieldType
-------------------------------------------------------------------------------------

                 Key: SOLR-2674
                 URL: https://issues.apache.org/jira/browse/SOLR-2674
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


Solr makes no attempt to warn users that the following configuration is 
non-sensical and that norms will still be omited because the field is not 
indexed...

{code}
<fieldType name="not-indexed-string" class="solr.StrField" indexed="false" />
<field name="bad_field" type="not-indexed-string" omitNorms="false" />
{code}

(Offshot of SOLR-2669)

--
This message is automatically generated by JIRA.
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