> I want to find documents whose title
> is starting with digit, what will be
> solr query for this. I have tried many queries but could not
> able to
> configure proper query for this.
> Note : title is a field in my index.

Something like this?  q=title:(1* 2* 3* 4* ... 9*)&q.op=OR 

Reply via email to