Posted By:
Bhuvan_Joginip
Posted On:
Thursday, July 24, 2008 06:28 PM
Here is a simple case.
I indexed a document with one field containing elephant.
I used Snowball English Anlyzer.
My search for e*t returned no hits.
I looked at the index using Luke.
I found that the elephant has been stemmed to eleph by analyzer.
If I search for e*p, it returned my document.
How to enforce the analyzer to not to stem proper words?