The responsebuiilder class has SolrQueryRequest as public type. Using 
SolrQueryRequest we can get a list of SolrParams like

SolrParams params = req.getParams();

Now I want to get the values of those params. What should be the approach as 
SolrParams is an abstract class and its get(String) method is abstract?

Best regards,
Amandeep Singh

Reply via email to