Hello, guys!

I would like to do something like this. Let's suppose we have:

*
*
*(...) *
*
*
*String query = "q=*:*&start=0&rows=20&sort=date%20desc";*
*
*
*SolrQuery solrQuery = new SolrQuery();*
*solrQuery.setQuery(query);*
*
*
*server.query(solrQuery);*
*
*
*(...)*



I tried that and it fails. My question is: is it possible to define a
SolrQuery with the complete REST encoded query String without parsing
manually all the query parameters and using SolrQuery methods to set them?

Regards,

-- 
- Luis Cappa

Reply via email to