Hi,

a bit more information would help to identify what's the problem in your
case.

but in general these facts come into my mind:
- leading wildcard queries are not available in solr (without extending the
QueryParser).
- no text analysing will be performed on the search word when using
wildcards so you need to make sure that the search field isn't configured to
be stemmed and you are not searching for an upper case term whereas your
text was lowercased through analysis.

hope that helps a little bit
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Wildcards-queries-tp946334p946589.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to