Aaron LaBella created SOLR-6018:
-----------------------------------

             Summary: Solr DataImportHandler not finding dynamic fields
                 Key: SOLR-6018
                 URL: https://issues.apache.org/jira/browse/SOLR-6018
             Project: Solr
          Issue Type: Bug
          Components: contrib - DataImportHandler
    Affects Versions: 4.7
            Reporter: Aaron LaBella
             Fix For: 4.9


There is an issue with org.apache.solr.handler.dataimport.DocBuilder.addFields 
around ~line 643.  The logic currently says see if you can find the field from 
the schema, ie:

SchemaField sf = schema.getFieldOrNull(key);

and, if not found, go ask DIHConfiguration to find it:




--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to