Re: custom stop word list for standard analyzer

2007-04-13 Thread Chris Hostetter
: Apologies and thanks all at the same time, everyone. No apologies neccessary, you're not the first person to be confused by this, which is why I asked if you had any ideas on how we can improve hte docs -- people who know the APIs inside and out aren't in the best position to understand how to

custom stop word list for standard analyzer

2007-04-12 Thread Michael Barbarelli
I know this is a relatively fundamental thing to arrange, but I'm having trouble. Can I instantiate a standard analyzer with an argument containing my own stop words? If so, how? Will they be appended to or override the built-in stop words? Or, do I have to modify the analyzer class itself

Re: custom stop word list for standard analyzer

2007-04-12 Thread Paul Cowan
Michael Barbarelli wrote: Can I instantiate a standard analyzer with an argument containing my own stop words? If so, how? Will they be appended to or override the built-in stop words? You can do it with one of the alternate constructors, and they'll override the build-in list. ---

Re: custom stop word list for standard analyzer

2007-04-12 Thread Chris Hostetter
: Michael Barbarelli wrote: : Can I instantiate a standard analyzer with an argument containing my own : stop words? If so, how? Will they be appended to or override the built-in I'm relly suprised how often this question gets asked ... Michael (or anyone else for that matter) do you have