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
Dough Cutting" 2) Otis Gospodnetic 3) "Erik Hatcher" 4) Authors of 5) "Lucene In Action" Plz Note :- Words with "\"" are complete split words I am shure some Analyzer code inside Lucene is handling this task. som how can one achive this task.

Reply Split Search Word

2005-08-07 Thread Karthik N S
Lucene is handling this task. som how can one achive this task.. with regards Karthik -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 7:58 PM To: java-user@lucene.apache.org Subject: RE: Split Search Word The StandardAn

RE: Split Search Word

2005-08-05 Thread Mordo, Aviran (EXP N-NANNATEK)
The StandardAnalyzer should work just fine with it, It will break the search string to 5 search terms. HTH Aviran http://www.aviransplace.com _ From: Karthik N S [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 1:57 AM To: LUCENE Subject: Split Search Word Hi Luceners

Split Search Word

2005-08-04 Thread Karthik N S
Hi Luceners Apologies. I  have along Search String as given below...   SearchWord =  "\"" + "Dough Cutting" + "\"" +  "  " +  "Otis Gospodnetic"  +  "   " + "\"" + "Erik Hatcher" + "\""  + "  " +    "Authors of " + "\"" + "Lucene In Action" +"\""; And prior to