Solr provides way to query in JSON Format -
curl http://localhost:8983/solr/techproducts/query -d ' { "query" : "memory", "filter" : "inStock:true" }'
Can I just pass this json as it is to SOLRJ Client. I need to intercept the request and pass it as it is.