Re: Storing Stemmed and Original Tokens

2007-01-22 Thread hannes
MAIL PROTECTED] Mail, I extended the SnowballAnalyzer in the way Eric described it. Does anyone has experience in storing stemmed and original tokens in the same field and same position? Is it the "right" way to do it? I also found some Discussions about storing stemmed tokens in a

Re: Storing Stemmed and Original Tokens

2007-01-22 Thread Erick Erickson
rding to this http://mail-archives.apache.org/mod_mbox/lucene-java-user/200302.mbox/[EMAIL PROTECTED] Mail, I extended the SnowballAnalyzer in the way Eric described it. Does anyone has experience in storing stemmed and original tokens in the same field and same position? Is it the "right&qu

Storing Stemmed and Original Tokens

2007-01-22 Thread hannes
I extended the SnowballAnalyzer in the way Eric described it. Does anyone has experience in storing stemmed and original tokens in the same field and same position? Is it the "right" way to do it? I also found some Discussions about storing stemmed tokens in an extra field, but tha