Re: indexing a csv file with a multivalued field

2010-02-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
you probably can write an UpdateProcessor to achieve this

On Wed, Feb 3, 2010 at 9:33 AM, Seffie Schwartz yschw...@yahoo.com wrote:
 I am not having luck doing this.  Even though I am specifying -F 
 fieldname.separator='|' the fields are
 stored as one field not as multi fields.  If I specify -F 
 f.fieldname.separator='|' I get a null pointer exception;






-- 
-
Noble Paul | Systems Architect| AOL | http://aol.com


Re: indexing a csv file with a multivalued field

2010-02-03 Thread Yonik Seeley
On Tue, Feb 2, 2010 at 11:03 PM, Seffie Schwartz yschw...@yahoo.com wrote:
 I am not having luck doing this.  Even though I am specifying -F 
 fieldname.separator='|' the fields are
 stored as one field not as multi fields.  If I specify -F 
 f.fieldname.separator='|' I get a null pointer exception;

How are you sending the command to Solr?
Can you show the full command / URL?
I don't know what the -F is in what you have provided, but your
separator should look like
f.fieldname.separator=|
(note the lack of quotes around the pipe... your example included quotes)

-Yonik
http://www.lucidimagination.com


indexing a csv file with a multivalued field

2010-02-02 Thread Seffie Schwartz
I am not having luck doing this.  Even though I am specifying -F 
fieldname.separator='|' the fields are 
stored as one field not as multi fields.  If I specify -F 
f.fieldname.separator='|' I get a null pointer exception;