You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2017/05/19 00:14:05 UTC

[44/50] [abbrv] lucene-solr:jira/solr-10233: Ref Guide: Placeholders for docs for SOLR-10239 & SOLR-10447

Ref Guide: Placeholders for docs for SOLR-10239 & SOLR-10447


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a786f2eb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a786f2eb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a786f2eb

Branch: refs/heads/jira/solr-10233
Commit: a786f2eb4e6157334c516a2fba98f93cef800dc2
Parents: 48aa31d
Author: Cassandra Targett <ca...@lucidworks.com>
Authored: Thu May 18 13:14:48 2017 -0500
Committer: Cassandra Targett <ca...@lucidworks.com>
Committed: Thu May 18 13:14:48 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a786f2eb/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 9086660..63c7107 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -463,6 +463,15 @@ http://localhost:8983/solr/admin/collections?action=CREATEALIAS&name=testalias&c
 </response>
 ----
 
+== LISTALIASES: List Collection Aliases
+
+Lists all aliases for each collection.
+
+`/admin/collections?action=LISTALIASES`
+
+// TODO 6.6 examples
+
+
 [[CollectionsAPI-deletealias]]
 == DELETEALIAS: Delete a Collection Alias
 
@@ -1858,6 +1867,10 @@ This command recreates replicas in the source node to the target node. After eac
 This operation does not hold necessary locks on the replicas that belong to on the source node. So don't perform other collection operations in this period.
 ====
 
+== MOVEREPLICA: Move a Replica to a New node
+
+// TODO 6.6
+
 [[CollectionsAPI-async]]
 == Asynchronous Calls