And to complete the answer of Erick,

in this search,

customer_name:"Joh*" 

* is not considered as a wildcard, it is an exact search.

another thing, (it is not your problem...),

Words with wildcards are not analyzed, 
so, if your analyzer contains a lower case filter,
in the index, these words are stored in lower case: 

John -> john
Do -> do

so,

customer_name:Do* will not find anything.

Ludovic.

-----
Jouve
France.
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-wildcard-searching-tp3360681p3365086.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to