Re: CSV Update - Need help mapping csv field to schema's ID

2009-09-16 Thread Grant Ingersoll
Tue, Sep 15, 2009 at 8:12 PM Subject: Re: CSV Update - Need help mapping csv field to schema's ID To: solr-u...@lucene.apache.org : I would like to add an additional name:value pair for every line, mapping the : sku field to my schema's id field: : : .map={sku.field}:{id} the map par

Re: CSV Update - Need help mapping csv field to schema's ID

2009-09-16 Thread Insight 49, LLC
Darn. I hate when I create work for people. My need is to take a csv file, use the CSV update handler, but then add an additional copyfield (sku from csv to id from schema) to create a unique id for each record. Thanks guys. Terrific work on SOLR. Dan Grant Ingersoll wrote: On Sep 15, 20

Re: CSV Update - Need help mapping csv field to schema's ID

2009-09-16 Thread Grant Ingersoll
OLR-1069 for related things. We should be able to refactor the field mapping code easy enough. -Yonik http://www.lucidimagination.com -- Forwarded message -- From: Chris Hostetter Date: Tue, Sep 15, 2009 at 8:12 PM Subject: Re: CSV Update - Need help mapping csv field to schema

Fwd: CSV Update - Need help mapping csv field to schema's ID

2009-09-15 Thread Yonik Seeley
in SolrCell to fmap? My longer range idea was to pull out some generally useful things like field mapping, etc, such that they could be shared across update handlers. -Yonik http://www.lucidimagination.com -- Forwarded message -- From: Chris Hostetter Date: Tue, Sep 15, 2009 at 8:1