Re: StandardAnalyzer exclude numbers

2008-09-22 Thread Mark Miller
Agreed. I am always diving into that analyzer too fast Possibly premature optimization thoughts as well. But scanning the token after in a filter and breaking/skipping if you find a number will be much easier and possibly not too much slower. Depends on how involved you are/want to get I suppose.

Re: StandardAnalyzer exclude numbers

2008-09-22 Thread 黄成
why not use a token filter? On Mon, Sep 22, 2008 at 8:36 PM, Mark Miller <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > >> Hello >> >> Is it possible to exclude numbers using StandardAnalyzer just like >> SimpleAnalyzer? >> >> -

Re: StandardAnalyzer exclude numbers

2008-09-22 Thread Mark Miller
[EMAIL PROTECTED] wrote: Hello Is it possible to exclude numbers using StandardAnalyzer just like SimpleAnalyzer? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Its possible bu