On Donnerstag 25 Mai 2006 17:48, Erik Hatcher wrote:

> "t" is a stop word because words like "don't" get analyzed into [don]  
> [t].

Maybe it should, but it doesn't it seems: don't gets parsed as field:don't 
using StandardAnalyzer and QueryParser. Mhh, maybe this is because people 
use different characters:

don't
don´t
don`t

Only the first (and correct?) one is not split up using StandardAnalyzer.

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to