Your application has to handle it, this is kind of a
"federated search" thing. So a sorted map is a fine way
to go, or you could just have a sorted set with an
overridden compare function.
On Wed, Jul 24, 2013 at 2:05 AM, Vineet Mishra wrote:
> Hi
>
> I have a Master Solr through which I am query
Hi
I have a Master Solr through which I am querying to multiple solr instance
and aggregating their response and responding back to the user.
Now the requirement is that when I get the data querying multiple solr
instance, I want it to be sorted based on some field name.
Say I have 3 Slave Solrs