Hello,
We plan to use Solr8.8 and the Collection Aliasing for Time series data.
Unfortunately, I have nothing found to remove a collection from a Collection
Aliasing that it can be removed/deleted afterwards.
My question: how can I remove a collection from a Collection Aliasing or what
is the
You may use Collection API’s CREATEALIAS command to recreate alias with comma
separated list of collection names except the ones that should be removed from
alias, later on the de-referenced collections can be deleted with DELETE
command of Collection API
Thanks,
Mohamed
From: Polzer, Christian
Dear Christian,
Do I understand you correctly that you want to delete an alias in order to be
able to delete the referenced collection? It is possible to delete an alias by
entering the following URL to the browser:
http(s)://:8983/solr/admin/collections?action=DELETEALIAS&name=&async=1000
Bes
If I understand your question correctly you have
1. A Time Routed Alias (TRA) already created
2. Data already indexed into the TRA .
You now want to delete (presumably) the oldest collection referenced by
this alias?
There are two options here.
1. If you will always want to delete collection
Hi,
I have multiple collections on which I run update-runtime lib with the same
library. When I do this the load on the system increases a lot and I also
notice that config overlay for some collections is incremented multiple
times as somehow the config overlay would be shared between multiple
col