Possible Duplicate:
how index words with their prefix in solr?
I'm using solr 3.3. I want solr index words with their suffixes.
When I index 'book' and 'books' and search for 'book', solr shows any document that has 'book' or 'books' but when I index 'rain' and 'rainy' and search for 'rain', solr show any document that has 'rain', but I want solr to show any document that has 'rain' or 'rainy'.
