Re: question to Collection Aliasing for Time series data

2021-04-28 Thread Gus Heck
Thinking a little longer, and remembering the code a little more, I suspect removing middle collections probably won't actually error (assuming you actually wanted gaps in your time series and that you don't consider that an error), but any new data that would have hit the removed collection it wou

Re: Antw: question to Collection Aliasing for Time series data

2021-04-27 Thread Polzer, Christian
This is a time series and we permanently add new data I see no chance to delete the alias as both indexing and searching will fail. On 2021/04/26 14:13:05, "Thomas Heldmann" wrote: > Dear Christian,> > > Do I understand you correctly that you want to delete an alias in order to be > able to del

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

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 Mohamed Sirajudeen Mayitti Ahamed Pillai
, Christian Date: Monday, April 26, 2021 at 9:01 AM To: users@solr.apache.org Subject: [EXTERNAL] question to Collection Aliasing for Time series data NOTE: This email originated from outside of Foot Locker, Inc. Exercise care before clicking links or opening attachments

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