er,
> 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
hese 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
tomer_name:"Joh*"
> Returns: No results
>
> Search: customer_name:"John Do*"
> Returns: No results
>
> Search: customer_NAME:"John Doe*"
> Returns: The correct "John Doe" Record"
>
> I feel like I'm close, only issue is when there are multiple words.
>
> Any advice would be appreciated.
>
> Thanks!
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-wildcard-searching-tp3360681p3360681.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
se, only issue is when there are multiple words.
Any advice would be appreciated.
Thanks!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-wildcard-searching-tp3360681p3360681.html
Sent from the Solr - User mailing list archive at Nabble.com.
--
Become a Firebox Fan on
string in quotes.)
Search: customer_name:"Joh*"
Returns: No results
Search: customer_name:"John Do*"
Returns: No results
Search: customer_NAME:"John Doe*"
Returns: The correct "John Doe" Record"
I feel like I'm close, only issue is when there are mu