Re: Editing StopWordList

2010-12-20 Thread Anshum
Hi Manjula, You could initialize the Analyzer using a modified stop word set. Use the *StopAnalyzer.ENGLISH_STOP_WORDS_SET *to get the default stopset and then add your own words to it. You could then initialize the analyzer using this new stop set instead of the default stop set. Hope that helps.

Editing StopWordList

2010-12-20 Thread manjula wijewickrema
Hi, 1) In my application, I need to add more words to the stop word list. Therefore, is it possible to add more words into the default lucene stop word list? 2) If is it possible, then how can I do this? Appreciate any comment from you. Thanks, Manjula.

Re: Re: Scale up design

2010-12-20 Thread Simon Willnauer
On Mon, Dec 20, 2010 at 8:39 AM, Ganesh wrote: > I have done some benchmarking and based on that my estimate of RAM > requirement would be 3 - 4 GB. My question is to go for 64 bit or scale out > with 3 systems? What keeps you from moving to 64bit, I mean if you have those RAM req. for JAVA Heap