You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2021/06/04 16:37:59 UTC

[solr] branch main updated: SOLR-15311: docs: document 'async' as MODIFYCOLLECTION parameter (#161)

This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 112585e  SOLR-15311: docs: document 'async' as MODIFYCOLLECTION parameter (#161)
112585e is described below

commit 112585ee082d7e46aa416623f2624c5d854d442b
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Fri Jun 4 17:37:49 2021 +0100

    SOLR-15311: docs: document 'async' as MODIFYCOLLECTION parameter (#161)
    
     instead of collection attribute/property
    This is also consistent with other commands.
---
 solr/solr-ref-guide/src/collection-management.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/collection-management.adoc b/solr/solr-ref-guide/src/collection-management.adoc
index 6f89228..22c1f4c 100644
--- a/solr/solr-ref-guide/src/collection-management.adoc
+++ b/solr/solr-ref-guide/src/collection-management.adoc
@@ -270,6 +270,9 @@ curl -X POST http://localhost:8983/api/collections/techproducts_v2 -H 'Content-T
 `collection`::
 The name of the collection to be modified. This parameter is required.
 
+`async`::
+Request ID to track this action which will be <<collections-api.adoc#asynchronous-calls,processed asynchronously>>.
+
 `_attribute_=_value_`::
 Key-value pairs of attribute names and attribute values.
 
@@ -280,7 +283,6 @@ The attributes that can be modified are:
 * replicationFactor
 * collection.configName
 * readOnly
-* async
 * other custom properties that use a `property.` prefix
 
 See the <<create,CREATE action>> section above for details on these attributes.