Re: data import with transformer

2009-10-29 Thread Shalin Shekhar Mangar
On Thu, Oct 29, 2009 at 9:48 PM, Joel Nylund wrote: > Hi, I have been reading the solr book and wiki, but I cant find any similar > examples to what Im looking for. > > I have a database field called category, this field needs some text > manipulation before it goes in the index > > here is the j

Re: data import with transformer

2009-10-29 Thread Chantal Ackermann
w.put('category', catname); return row; } ]]> - Bill -- From: "Joel Nylund" Sent: Thursday, October 29, 2009 9:18 AM To: Subject: data import with transformer Hi, I have bee

Re: data import with transformer

2009-10-29 Thread William Pierce
* from X"> - Bill ---------- From: "Joel Nylund" Sent: Thursday, October 29, 2009 9:18 AM To: Subject: data import with transformer Hi, I have been reading the solr book and wiki, but I can

data import with transformer

2009-10-29 Thread Joel Nylund
Hi, I have been reading the solr book and wiki, but I cant find any similar examples to what Im looking for. I have a database field called category, this field needs some text manipulation before it goes in the index here is the java code for what im trying to do: // categories look like