On Jul 10, 2014, at 8:49 AM, Khalezis <algrin.thib...@gmail.com> wrote:

> To clarify my question : I would like to add a wild char like '*' (% for sql)
> at the end of my string, and find every data begining with this string
> 
> For example, we could use " Select * from MyTable Where MyString LIKE
> 'Personnal C%'  "
> Any idea on how to do this ?

Solr does support wildcard searching via the *

You're allowed to search for Personnal C*

But normally in Solr that would match both Personnal Cat and Cat Personnal

If you want it to match in that specific order there's additional things you 
might do.

Also, if you want automatic wildcards you can look at "edgy text"

> 
> Thank you again for any answers
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Solr-search-space-containing-wildcard-tp4146495p4146549.html
> Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to