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
> 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
ch is why the namesimple field is of
type "textgen." This solved other wildcard/case issues, but this one
remains.
Any suggestions would be appreciated. Thanks!
--
View this message in context:
http://old.nabble.com/Wildcard-questioncase-issue-tp27823332p27823332.html
Sent from the Solr - User mailing list archive at Nabble.com.