On Thu, Jan 20, 2011 at 9:08 AM, Paul Libbrecht <p...@hoplahup.net> wrote:
>>> Wouldn't it be better to prefer precise matches (a field that is
>>> analyzed with StandardAnalyzer for example) but also allow matches are
>>> stemmed.
>>
>> StandardAnalyzer isn't quite precise, is it?  StandardFilter does some
>> kind of English-centric alterations to things.
>
> from here:
> http://lucene.apache.org/java/2_9_1/api/core/org/apache/lucene/analysis/standard/StandardTokenizer.html
>
> I can only conclude that it handles correctly the characters variety but does 
> not stemming.

Doesn't StandardAnalyzer also run this?
http://lucene.apache.org/java/2_9_1/api/core/org/apache/lucene/analysis/standard/StandardFilter.html

This thing definitely performs English-specific filtering for "'s" and "'S".

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to