psalagnac opened a new pull request, #3308: URL: https://github.com/apache/solr/pull/3308
Digging in history, my understanding is the `CREATEALIAS` and `DELETEALIAS` enum values were incorrectly added there. They were never used. Proper values are in `CollectionAction`, and not this class, which make sense since they are only collection level operations. The `CREATEALIAS` constant was (accidentally?) removed by this [unrelated change](https://github.com/apache/solr/commit/e47edb0ebdf881d96e13e3bf1cc95973ae85005b#diff-00367c44b2ed34f2333c07413082d8268f3b481d1a16a8f661df91f52dab7d28L136). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
