mirror of https://github.com/apache/lucene.git
SOLR-13551 Minor fix in aliases.adoc
(cherry picked from commit 4ba4444154
)
This commit is contained in:
parent
28bfe7903e
commit
6cf6ecc44f
|
@ -283,7 +283,7 @@ Starting with version 8.1 SolrCloud supports using alias names in collection com
|
||||||
collection name is expected. This works only when the following criteria are satisfied:
|
collection name is expected. This works only when the following criteria are satisfied:
|
||||||
|
|
||||||
* an alias must not refer to more than one collection
|
* an alias must not refer to more than one collection
|
||||||
* an alias must not refer to a <<Routed Aliases,Routed Alias>> (see below)
|
* an alias must not refer to a <<Routed Aliases,Routed Alias>>
|
||||||
|
|
||||||
If all criteria are satisfied then the command will resolve alias names and operate on the collections the aliases
|
If all criteria are satisfied then the command will resolve alias names and operate on the collections the aliases
|
||||||
refer to as if it was invoked with the collection names instead. Otherwise the command will not be executed and
|
refer to as if it was invoked with the collection names instead. Otherwise the command will not be executed and
|
||||||
|
|
Loading…
Reference in New Issue