Awesome Ahmet.
Thanks for the reply. It seems to work now.
 
Thanks a ton.

________________________________

From: Ahmet Arslan [mailto:iori...@yahoo.com]
Sent: Tue 3/23/2010 2:35 PM
To: solr-user@lucene.apache.org
Subject: RE: Perfect Match



> Thankyou Ahmet. You were right.
> artist_s:Dora is bringing results.
> But I need artist_s:Dora the explorer to bring only those
> results which contain "Dora the explorer".
> 
> I tried to give artist_s:"Dora the explorer" (phrase
> search).. that is working. But artist_s:Dora the explorer is
> not working. Any way to make this artist_s:Dora the explorer
> to return results that contain this in them.

I learned this from Chris Hostetter's message[1] You can use
q={!field f=artist_s}Dora the explorer
instead of q=artist_s:"Dora the explorer".

[1]http://search-lucene.com/m/rrHVV1ZhO4j/this+is+what+the+%22field%22+QParserPlugin+was+invented+for


     


Reply via email to