IndexInfoRequestHandler NPE
---------------------------

                 Key: SOLR-157
                 URL: https://issues.apache.org/jira/browse/SOLR-157
             Project: Solr
          Issue Type: Bug
            Reporter: Ryan McKinley
            Priority: Trivial


When you get the index info for an index with fields not in the schema, you get 
an NPE.  Here is the culprit: 
 [51]  FieldType fieldType = schema.getFieldTypeNoEx(fieldName);
 [52]  fieldInfo.put("type", fieldType.getTypeName());


-- 
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