Re: How to use Lucene Query Syntax in Solr

2009-06-10 Thread Yonik Seeley
On Thu, Jun 11, 2009 at 12:31 AM, chem leakhina wrote: > Could you please tell me about how to use Lucene Query Syntax in Solr? > My query example is that, I want to use wild card (*) with phrase. Solr supports the full Lucene QueryParser syntax, but wildcards in phrase queries isn't s

How to use Lucene Query Syntax in Solr

2009-06-10 Thread chem leakhina
Hi Could you please tell me about how to use Lucene Query Syntax in Solr? My query example is that, I want to use wild card (*) with phrase. For example: I have field *text* and I want to search like *text:"Cam* Yel*"* to match with Cambodia Yellow or like *text:"Cambodia yel*&qu