You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by dabboo <ag...@sapient.com> on 2009/04/06 17:30:13 UTC

Pass Quoted Query to Solr

Hi,

I am sending a query to the solr search engine from my application using
httpClient. I want to search for a specific title from the available. 

for e.g. If user wants to search for the book which have titled "Complete
Java Reference", I am sending this query to Solr having double quotes with
the search string. I have encoded the search criteria but it is still giving
me "Invalid Query Exception".

Please suggest as if there is any way to pass this query to Solr. I am not
sure though, but can we do this using SolrJ client instead of httpClient.

If yes, then how Solrj is handing this kind of request.

Thanks,
Amit Garg


-- 
View this message in context: http://www.nabble.com/Pass-Quoted-Query-to-Solr-tp22911184p22911184.html
Sent from the Solr - User mailing list archive at Nabble.com.