It looks like you are using the plural stemmer, you might want to look into using the Porter stemmer instead:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#Stemming François On Nov 28, 2011, at 9:14 AM, mina wrote: > I use solr 3.3,I want solr index words with their suffixes. when i index > 'book' and 'books' and search 'book', solr show any document that has 'book' > or 'books' but when I index 'rain' and 'rainy' and search 'rain', solr show > any document that has 'rain' but i whant that solr show any document that > has 'rain' or 'rainy'.help me. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-index-words-with-their-perfix-in-solr-tp3542300p3542300.html > Sent from the Solr - User mailing list archive at Nabble.com.