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 "Andy Nahapetian (JIRA)" <ji...@apache.org> on 2007/03/29 15:13:25 UTC

[jira] Commented: (SOLR-66) CSV data loader

    [ https://issues.apache.org/jira/browse/SOLR-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485172 ] 

Andy Nahapetian commented on SOLR-66:
-------------------------------------

If you change builder.addField in the FieldAdder class to call builder.addField(fields[column].getName(),val,1.0f) instead of builder.addField(fields[column],val,1.0f) then the copyField feature of solr will also work when using the CSVLoader.

> CSV data loader
> ---------------
>
>                 Key: SOLR-66
>                 URL: https://issues.apache.org/jira/browse/SOLR-66
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>         Assigned To: Yonik Seeley
>         Attachments: commons-csv-20061121.jar, csv.patch
>
>
> A way to efficiently load simple formatted text files, including CSV files.

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