Skip to content

Commit

Permalink
SOLR-13438: update ref guide for new default delete behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ctargett committed Oct 5, 2020
1 parent 5bf487f commit b45c43f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion solr/solr-ref-guide/src/collection-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ A `false` value makes the results of a collection creation predictable and gives
This parameter is ignored if `createNodeSet` is not also specified.

`collection.configName`::
Defines the name of the configuration (which *must already be stored in ZooKeeper*) to use for this collection. If not provided, Solr will use the configuration of `_default` configset to create a new (and mutable) configset named `<collectionName>.AUTOCREATED` and will use it for the new collection. When such a collection (that uses a copy of the _default configset) is deleted, the autocreated configset is not deleted by default.
Defines the name of the configuration (which *must already be stored in ZooKeeper*) to use for this collection.
+
If not provided, Solr will use the configuration of `_default` configset to create a new (and mutable) configset named `<collectionName>.AUTOCREATED` and will use it for the new collection.
When such a collection is deleted, its autocreated configset will be deleted by default when it is not in use by any other collection.

`router.field`::
If this parameter is specified, the router will look at the value of the field in an input document to compute the hash and identify a shard instead of looking at the `uniqueKey` field. If the field specified is null in the document, the document will be rejected.
Expand Down

0 comments on commit b45c43f

Please sign in to comment.