Re: Wildcard question -- case issue

2010-03-09 Thread cjkadakia
Understood. My solution was to convert any search terms with an asterisk to lowercase prior to submitting to solr and it seems to be working correctly now. Thanks for your help. -- View this message in context: http://old.nabble.com/Wildcard-questioncase-issue-tp27823332p27836740.html Sent f

Re: Wildcard question -- case issue

2010-03-08 Thread Ahmet Arslan
> query: > > spell?q=name:(cm*) OR namesimple:(cm*) > > returns: > CMJ foo bar > CME foo bar > > spell?q=name:(CM*) OR namesimple:(CM*) > returns > No results. "Wildcard queries are not analyzed by Lucene and hence the behavior. [1] [1]http://www.search-lucene.com/m?id=4a8ce9b2.2070...@ait.co.a