You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2007/02/12 00:38:05 UTC

[jira] Assigned: (SOLR-157) IndexInfoRequestHandler NPE

     [ https://issues.apache.org/jira/browse/SOLR-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hatcher reassigned SOLR-157:
---------------------------------

    Assignee: Erik Hatcher

> IndexInfoRequestHandler NPE
> ---------------------------
>
>                 Key: SOLR-157
>                 URL: https://issues.apache.org/jira/browse/SOLR-157
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ryan McKinley
>         Assigned To: Erik Hatcher
>            Priority: Trivial
>         Attachments: SOLR-157-IndexInfoNPE.patch
>
>
> 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.