Github user fsparv commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/304#discussion_r161155184 --- 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 -- Seemed like a good idea at the time :) As you like it.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org