You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Zheng Lin Edwin Yeo <ed...@gmail.com> on 2015/06/09 16:39:26 UTC

Collections API calling two actions in a single URL

For the collections API, is it possible to combine 2 or more actions into a
single URL?

For example, I'll like to create a new collection and also the alias at the
same time. Can I call both action=CREATE and action=CREATEALIAS in the same
URL?

Regards,
Edwin