On 12/12/2016 3:56 AM, Rainer Gnan wrote:
> Do the query this way:
> http://hostname.de:8983/solr/live/select?indent=on&q=*:*
>
> I have no idea whether the behavior you are seeing is correct or wrong,
> but if you send the traffic directly to the alias it should work correctly.
>
> It might turn
Hi Shawn,
your workaround works and is exactly what I was looking for.
Did you find this solution via trial and error or can you point me to the
appropriate section in the APRGuide?
Thanks a lot!
Rainer
Rainer Gnan
Bayerische Staatsbibliothek
Biblio
On 12/12/2016 3:32 AM, Rainer Gnan wrote:
> Hi,
>
> actually I am trying to use Collection Aliasing in a SolrCloud-environment.
>
> My set up is as follows:
>
> 1. Collection_1 (alias "live") linked with config_1
> 2. Collection_2 (alias "test") linked with config_2
> 3. Collection_1 is different t
Hi,
actually I am trying to use Collection Aliasing in a SolrCloud-environment.
My set up is as follows:
1. Collection_1 (alias "live") linked with config_1
2. Collection_2 (alias "test") linked with config_2
3. Collection_1 is different to Collection _2
4. config_1 is different to config_2
Ca