public interface CollectionAdminParams
Modifier and Type | Field and Description |
---|---|
static String |
ALIAS
When creating a collection create also a specified alias.
|
static String |
CLUSTER
Cluster wide defaults can be nested under this key e.g.
|
static String |
COLL_CONF
The name of the config set to be used for a collection
|
static String |
COLLECTION |
static String |
COLOCATED_WITH
The reverse-link to WITH_COLLECTION flag.
|
static String |
COPY_FILES_STRATEGY
This constant defines the index backup strategy based on copying index files to desired location.
|
static String |
COUNT_PROP |
static String |
CREATE_NODE_SET_PARAM
A parameter to specify list of Solr nodes to be used (e.g.
|
static String |
CREATE_NODE_SET_SHUFFLE_PARAM
A parameter which specifies if the provided list of Solr nodes (via CREATE_NODE_SET_PARAM)
should be shuffled before being used.
|
static String |
DEFAULTS
Used by cluster properties API as a wrapper key to provide defaults for collection, cluster etc.
|
static String |
FLUSH |
static String |
FOLLOW_ALIASES
Option to follow aliases when deciding the target of a collection admin command.
|
static Collection<String> |
INDEX_BACKUP_STRATEGIES
This constant defines a list of valid index backup strategies.
|
static String |
INDEX_BACKUP_STRATEGY
A parameter to specify the name of the index backup strategy to be used.
|
static String |
NO_INDEX_BACKUP_STRATEGY
This constant defines the strategy to not copy index files (useful for meta-data only backup).
|
static String |
PROPERTY_NAME
Name of collection property to set
|
static String |
PROPERTY_VALUE
Value of collection property to set
|
static String |
ROLE |
static String |
ROUTER_PREFIX
Prefix for
DocRouter properties |
static String |
SYSTEM_COLL
Predefined system collection name.
|
static String |
TARGET
Specifies the target of RENAME operation.
|
static String |
USE_LEGACY_REPLICA_ASSIGNMENT
This cluster property decides whether Solr should use the legacy round-robin replica placement strategy
or the autoscaling policy based strategy to assign replicas to nodes.
|
static String |
WITH_COLLECTION
The name of the collection with which a collection is to be co-located
|
static final String FLUSH
static final String COLLECTION
static final String COUNT_PROP
static final String ROLE
static final String SYSTEM_COLL
static final String CREATE_NODE_SET_PARAM
static final String CREATE_NODE_SET_SHUFFLE_PARAM
static final String INDEX_BACKUP_STRATEGY
static final String COPY_FILES_STRATEGY
static final String NO_INDEX_BACKUP_STRATEGY
static final Collection<String> INDEX_BACKUP_STRATEGIES
static final String PROPERTY_NAME
static final String PROPERTY_VALUE
static final String COLL_CONF
static final String WITH_COLLECTION
static final String COLOCATED_WITH
static final String DEFAULTS
static final String CLUSTER
static final String USE_LEGACY_REPLICA_ASSIGNMENT
static final String ALIAS
static final String TARGET
static final String ROUTER_PREFIX
DocRouter
propertiesstatic final String FOLLOW_ALIASES
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.