I'm using apache solr search engine for indexing my website database..
I'm using django+http://haystacksearch.org/
So let's say I have document that have word "Chicken"
When I search for "chicken" - solr can find this document
But When I search "chick" - it does not find anything..
Is there a way to fix this ?