You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/02/15 21:26:11 UTC

[GitHub] ctargett opened a new pull request #575: SOLR-13235: Split Collections API Ref Guide page

ctargett opened a new pull request #575: SOLR-13235: Split Collections API Ref Guide page
URL: https://github.com/apache/lucene-solr/pull/575
 
 
   This PR takes the massive collections-api.adoc page for the Collections API and splits it into several smaller, more focused, child pages.
   
   The following new pages will be added:
   
   - Cluster and Node Management (cluster-node-management.adoc): Define properties for the entire cluster; check the status of a cluster; remove replicas from a node; utilize a newly added node; add or remove roles for a node.
   - Collection Management (collection-management.adoc): Create, list, reload and delete collections; set collection properties; migrate documents to another collection; rebalance leaders; backup and restore collections.
   - Collection Aliasing (collection-aliasing.adoc): Create, list or delete collection aliases; set alias properties.
   - Shard Management (shard-management.adoc): Create and delete a shard; split a shard into two or more additional shards; force a shard leader.
   - Replica Management (replica-management.adoc): Add or delete a replica; set replica properties; move a replica to a different node.
   
   Remaining on the Collections API page is the detail about how to make asynchronous API requests, since it applies to all commands. Intro text on collections-api.adoc is also changed to reflect it's new role.
   
   Link references to specific API commands throughout the Ref Guide are also updated.
   
   The page still "lives" in the same place under "SolrCloud Configuration and Parameters", where it has been in the page hierarchy. A broader re-org of the pages under the SolrCloud section is warranted, but is out of scope for now.
   
   Also not included in this PR is any new content for v2-style API commands or missing params or examples, and those are out of scope for this change.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org