I am using SnowballAnalayzer(English).
I just created one document with one field with content as "elephant is a
big animal".
I searched for e*t using queryparser.
This did not return any results.
I indexed with "lion is a big animal".
Then searched for l*t. This returned one result as expected.
I looked at the index using Luke and figured out that elephant has been
steemed to eleph by analyzer.
I reindexed "elephant is a big animal" and tried with e*p, this time I got
one hit.
I like the stemming as it stems tests, tested, testing etc... to test.
Is there a way to avoid stemming in certain cases?
-- 
View this message in context: 
http://www.nabble.com/issues-with-wildcard-search-and-snowball-english-analyzer-tp18641947p18641947.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to