Solr actually has CSV update handler. You could send file to that directly.

Have you tried that?

Regards,
    Alex
On 1 Apr 2015 11:56 pm, "avinash09" <avinash.i...@gmail.com> wrote:

>
>       <entity name="test1"
>                 processor="LineEntityProcessor"
>                 dataSource="fds"
>                 url="test.csv"
>                 rootEntity="true"
>                 transformer="RegexTransformer,TemplateTransformer" >
>           <field column="rawLine"
>
>
> regex="^(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*)$"
>                  groupNames=",,,,test,,
>
> ,,,,,,,,,,,is_frequency_cap_enabled,,,,,,,daily_spend_limit,,," />
>      <field column="table_name" name="table_name" template="test1" />
>         </entity>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-indexing-from-csv-file-having-28-cols-taking-lot-of-time-plz-help-i-m-new-to-solr-tp4196904.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to