Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/304#discussion_r161071261
--- Diff:
solr/core/src/java/org/apache/solr/cloud/OverseerCollectionMessageHandler.java
---
@@ -218,6 +218,7 @@ public OverseerCollectionMessageHandler(ZkStateReader
zkStateReader, String myId
.put(RELOAD, this::reloadCollection)
.put(DELETE, new DeleteCollectionCmd(this))
.put(CREATEALIAS, new CreateAliasCmd(this))
+ .put(CREATEROUTEDALIAS, new CreateAliasCmd(this))
--- End diff --
Hmm; is there a point to this? I guess it's debatable.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]