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 "Wojtek Piaseczny (JIRA)" <ji...@apache.org> on 2008/08/29 23:59:44 UTC

[jira] Updated: (SOLR-742) Unable to create dynamic fields with custom DataImportHandler transformer

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

Wojtek Piaseczny updated SOLR-742:
----------------------------------

    Fix Version/s:     (was: 1.3)
                   1.4

> Unable to create dynamic fields with custom DataImportHandler transformer
> -------------------------------------------------------------------------
>
>                 Key: SOLR-742
>                 URL: https://issues.apache.org/jira/browse/SOLR-742
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Wojtek Piaseczny
>             Fix For: 1.4
>
>
> Discussion at: http://www.nabble.com/Creating-dynamic-fields-with-DataImportHandler-to19226532.html
> Dynamic fields aren't created when specified in a DataImportHandler's transformer. 
> Reproducing the issue:
> I have defined a dynamic field (of type sdouble) in my schema called "_dynamic*". Inside the transformer's transformRow method, I am adding the name-value pair "_dynamicTest" and '1.0'. No errors are observed, but the data does not appear in the index after importing is complete.
> Interestingly, I can specify that same name-value pair combination in the DataImportHandler's config file, and it does appear in the index.

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