Thank you so much guys. You solved my problem :) :)
The problem was I was using stemming, I removed that it works perfectly now.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-with-Wildcard-searches-in-Solr-tp961448p963744.html
Sent from the Solr - User mailing lis
Hi,
Thanks for you response. The dismax query parser doesn't support it but I
heard the edismax parser supports all kinds of wildcards. Been trying it out
but without any luck. Could someone please help me with that. I'm unable to
make leading and in-the-middle wildcard searches work.
Thanks.
I
Hi,
I am having a problem doing wildcard searches in lucene syntax using the
edismax handler. I have Solr 4.0 nightly build from the trunk.
A general search like 'computer' returns results but 'com*er' doesn't return
any results. Similary, a search like 'co?mput?r' returns no results. The
only