Package org.apache.solr.common.params
Interface CollectionAdminParams
public interface CollectionAdminParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhen creating a collection create also a specified alias.static final StringCluster wide defaults can be nested under this key e.g.static final StringThe name of the config set to be used for a collectionstatic final Stringstatic final StringThis constant defines the index backup strategy based on copying index files to desired location.static final Stringstatic final StringA parameter to specify list of Solr nodes to be used (e.g.static final StringA parameter which specifies if the provided list of Solr nodes (via CREATE_NODE_SET_PARAM) should be shuffled before being used.static final StringUsed by cluster properties API as a wrapper key to provide defaults for collection, cluster etc.static final Stringstatic final StringOption to follow aliases when deciding the target of a collection admin command.static final Collection<String> This constant defines a list of valid index backup strategies.static final StringA parameter to specify the name of the index backup strategy to be used.static final StringThis constant defines the strategy to not copy index files (useful for meta-data only backup).static final Stringstatic final StringThe number of shards to create a particular collection with.static final Stringstatic final StringName of collection property to setstatic final StringPrefix for arbitrary collection or replica properties.static final StringValue of collection property to setstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringPrefix forDocRouterpropertiesstatic final StringTo identify a specific shard.static final StringWhen AddReplica is called with this set to true, then we do not try to find node assignments for the add replica API.static final StringSpecifies the target of RENAME operation.static final String
-
Field Details
-
FLUSH
- See Also:
-
COLLECTION
- See Also:
-
COUNT_PROP
- See Also:
-
ROLE
- See Also:
-
CREATE_NODE_SET_PARAM
A parameter to specify list of Solr nodes to be used (e.g. for collection creation or restore operation).- See Also:
-
NUM_SHARDS
The number of shards to create a particular collection with.- See Also:
-
NRT_REPLICAS
- See Also:
-
PULL_REPLICAS
- See Also:
-
TLOG_REPLICAS
- See Also:
-
REPLICATION_FACTOR
- See Also:
-
REPLICA_TYPE
- See Also:
-
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.- See Also:
-
INDEX_BACKUP_STRATEGY
A parameter to specify the name of the index backup strategy to be used.- See Also:
-
COPY_FILES_STRATEGY
This constant defines the index backup strategy based on copying index files to desired location.- See Also:
-
NO_INDEX_BACKUP_STRATEGY
This constant defines the strategy to not copy index files (useful for meta-data only backup).- See Also:
-
INDEX_BACKUP_STRATEGIES
This constant defines a list of valid index backup strategies. -
PROPERTY_NAME
Name of collection property to set- See Also:
-
PROPERTY_VALUE
Value of collection property to set- See Also:
-
COLL_CONF
The name of the config set to be used for a collection- See Also:
-
DEFAULTS
Used by cluster properties API as a wrapper key to provide defaults for collection, cluster etc.e.g. {defaults:{collection:{replicationFactor:2}}}
- See Also:
-
CLUSTER
Cluster wide defaults can be nested under this key e.g. {defaults: {cluster:{useLegacyReplicaAssignment:false}}}- See Also:
-
ALIAS
When creating a collection create also a specified alias.- See Also:
-
TARGET
Specifies the target of RENAME operation.- See Also:
-
ROUTER_PREFIX
Prefix forDocRouterproperties- See Also:
-
FOLLOW_ALIASES
Option to follow aliases when deciding the target of a collection admin command.- See Also:
-
SKIP_NODE_ASSIGNMENT
When AddReplica is called with this set to true, then we do not try to find node assignments for the add replica API. If set to true, a valid "node" should be specified.- See Also:
-
REPLICA
- See Also:
-
SHARD
To identify a specific shard.- See Also:
-
READ_ONLY
- See Also:
-
PROPERTY_PREFIX
Prefix for arbitrary collection or replica properties.- See Also:
-
PER_REPLICA_STATE
- See Also:
-