Re: Processing/Indexing CSV

2011-06-10 Thread Helmut Hoffer von Ankershoffen
n YYY and > I'm thinking of changing it like ZZZ" and it will be well received. > > Of course if you want to go ahead and make your changes and submit > a patch, that's even better, but it's often best to get a bit of guidance > first. > > Best > Eric

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
Regards On Thu, Jun 9, 2011 at 11:17 PM, Helmut Hoffer von Ankershoffen < helmut...@googlemail.com> wrote: > > > On Thu, Jun 9, 2011 at 11:05 PM, Ken Krugler > wrote: > >> >> On Jun 9, 2011, at 1:27pm, Helmut Hoffer von Ankershoffen wrote: >> >> > Hi, &

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
On Thu, Jun 9, 2011 at 11:05 PM, Ken Krugler wrote: > > On Jun 9, 2011, at 1:27pm, Helmut Hoffer von Ankershoffen wrote: > > > Hi, > > > > ... that would be an option if there is a defined set of field names and > a > > single column/CSV layout. The scenario ho

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
the solr schema. If I understand the capabilities of the CSVLoader correctly (sorry, I am completely new to Solr, started work on it today) this is not possible - is it? Best Regards On Thu, Jun 9, 2011 at 10:12 PM, Yonik Seeley wrote: > On Thu, Jun 9, 2011 at 4:07 PM, Helmut Hoffer

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
Jun 9, 2011 at 9:50 PM, Yonik Seeley wrote: > On Thu, Jun 9, 2011 at 3:31 PM, Helmut Hoffer von Ankershoffen > wrote: > > Hi, > > > > there seems to be no way to index CSV using the DataImportHandler. > > Looking over the features you want, it looks like you're s

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
s/provide and/provide any/ig ,-) On Thu, Jun 9, 2011 at 10:01 PM, Helmut Hoffer von Ankershoffen < helmut...@googlemail.com> wrote: > Hi, > > just looked at your code. Definitely an improvement :-) > > The problem with the double-quotes is, that the delimiter (let's s

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
ngs but I'm not sure this will be > an issue either... > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > -Original Message- > From: Helmut Hoffer von Ankershoffen [mailto:helmut...@googlemail.com] > Sent: Thursday, June 09, 201

Re: Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
Hi, to make my point more clear: if the CSV has a fixed schema / column layout, using the RegexTransformer is of course a possibility (however awkward). But if you want to implement a (more or less) schema free shopping search engine ... regards On Thu, Jun 9, 2011 at 9:31 PM, Helmut Hoffer von

Processing/Indexing CSV

2011-06-09 Thread Helmut Hoffer von Ankershoffen
Hi, there seems to be no way to index CSV using the DataImportHandler. Using a combination of LineEntityProcessor and RegexTransformer as proposed in http://robotli