question to Collection Aliasing for Time series data

2021-04-26 Thread Polzer, Christian
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

Re: question to Collection Aliasing for Time series data

2021-04-26 Thread Mohamed Sirajudeen Mayitti Ahamed Pillai
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

Antw: question to Collection Aliasing for Time series data

2021-04-26 Thread Thomas Heldmann
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

Re: question to Collection Aliasing for Time series data

2021-04-26 Thread Gus Heck
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

Overlay version incremented multiple time when running update runtimelib on multiple collections

2021-04-26 Thread Liviu Matei
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