: Something seems confused to me.  Although stop words are use by Filters, they
: are currently exposed via Analyzers which is the granularity used at the
: IndexWriter/Parser levels.  This is what contributors are writing, not 
Filters.

that's not really true .. if you look at the various contrib packages that
include an Analyzer, you'll find that in most of them the real
"interesting" work that makes hte contrib usefull is being done in either
a FIlter or a Tokenizer living in the same package ... the Anlyzer is
typically just provided as a convinience -- a representation of what
contributor felt the best usage was of that Filter/Tokenizer with other
stock Filters/Tokenizers.


-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to