RE: wildcard search issue

2009-02-05 Thread Jana, Kumar Raja
itself. Again, the filters and analyzers have no effect (since they never come into the picture here too) -Kumar -Original Message- From: mahendra mahendra [mailto:mahendra_featu...@yahoo.com] Sent: Friday, February 06, 2009 12:34 PM To: solr-user@lucene.apache.org Subject: wildcard search i

wildcard search issue

2009-02-05 Thread mahendra mahendra
Hi,   The case sensitive wild-card search is not working for TextField type. I have tried searching for UserName:cust*, it gave the results, but UserName:Cust* didn't give any results. How can I make it work.. I have defined my TextField in following way.