Hi,
Thanks for your reply. But I need one clarification. When you say it will
contain the data you requested for, do you mean the data as requested in fl
parameter of the query?
Thanks.
Aman
-Original Message-
From: noble.p...@gmail.com [mailto:noble.p...@gmail.com] On Behalf Of Noble
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) metho
Hi list,
I am new to this list and just starting solr. My question is how can we merge
the results of two different searches. I mean if we have a function that has
two threads so it has to go to two differen solr servers to get the result. Is
there any way to merge the result using solr and solr