Questions about analyzer

2009-03-05 Thread Ganesh
Hello all 1) Which is best to use Snowball analyzer or Lucene contrib analyzer? There is no inbuilt stop word list for Snowball analyzer? 2) Whether Analyzer and QueryParser are thread-free. They could created once and use it in as many threads? 3) I am using Snowball Analyzer to do index a

Re: Questions about analyzer

2009-03-06 Thread Erick Erickson
See below On Fri, Mar 6, 2009 at 1:44 AM, Ganesh wrote: > Hello all > > 1) > Which is best to use Snowball analyzer or Lucene contrib analyzer? There is > no inbuilt stop word list for Snowball analyzer? > What is the "Lucene contrib analyzer"? There are 12 of them.. And regardless, the answ

Re: Questions about analyzer

2009-03-08 Thread Ganesh
rch 06, 2009 6:47 PM Subject: Re: Questions about analyzer See below On Fri, Mar 6, 2009 at 1:44 AM, Ganesh wrote: Hello all 1) Which is best to use Snowball analyzer or Lucene contrib analyzer? There is no inbuilt stop word list for Snowball analyzer? What is the "Lucene contri

Re: Questions about analyzer

2009-03-10 Thread Ganesh
Any reply on this? - Original Message - From: "Ganesh" To: Sent: Monday, March 09, 2009 11:28 AM Subject: Re: Questions about analyzer Mike in of his replies to the thread "Faceted search using Lucene", gave the following code review comment * You are cre

Re: Questions about analyzer

2009-03-10 Thread Erick Erickson
Yes, I replied 4 days ago, is your SPAM filter interfering? On Tue, Mar 10, 2009 at 8:35 AM, Ganesh wrote: > Any reply on this? > > - Original Message - From: "Ganesh" > To: > Sent: Monday, March 09, 2009 11:28 AM > Subject: Re: Questions about analyzer &

Re: Questions about analyzer

2009-03-10 Thread Ganesh
uld be created once & reused. This made me to ask the below questions. Is QueryParser and Analyzer thread safe? Regards Ganesh - Original Message - From: "Erick Erickson" To: Sent: Tuesday, March 10, 2009 6:10 PM Subject: Re: Questions about analyzer Yes, I replied 4 d

Re: Questions about analyzer

2009-03-11 Thread Michael McCandless
Ganesh wrote: Mike in of his replies to the thread "Faceted search using Lucene", gave the following code review comment * You are creating a new Analyzer & QueryParser every time, also creating unnecessary garbage; instead, they should be created once & reused. This made me to ask the belo