Re: Reply Split Search Word

2005-08-08 Thread Erik Hatcher
:23 PM To: java-user@lucene.apache.org Subject: Re: Reply Split Search Word To have an analyzer split that string into 1-5 as you have listed will require you write a custom Analyzer to tokenize with double quotes in mind like that. Erik On Aug 8, 2005, at 12:06 AM, Karthik N S wr

RE: Reply Split Search Word

2005-08-08 Thread Karthik N S
out of ideas ] with regards karthik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, August 08, 2005 4:23 PM To: java-user@lucene.apache.org Subject: Re: Reply Split Search Word To have an analyzer split that string into 1-5 as you have listed will require

Re: Reply Split Search Word

2005-08-08 Thread Erik Hatcher
To have an analyzer split that string into 1-5 as you have listed will require you write a custom Analyzer to tokenize with double quotes in mind like that. Erik On Aug 8, 2005, at 12:06 AM, Karthik N S wrote: Hi Luceners Apologies. As I have already replied,Using Analysis I hav