public interface CollectionAdminParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | ALIASWhen creating a collection create also a specified alias. | 
| static String | CLUSTERCluster wide defaults can be nested under this key e.g. | 
| static String | COLL_CONFThe name of the config set to be used for a collection | 
| static String | COLLECTION | 
| static String | COLOCATED_WITHThe reverse-link to WITH_COLLECTION flag. | 
| static String | COPY_FILES_STRATEGYThis constant defines the index backup strategy based on copying index files to desired location. | 
| static String | COUNT_PROP | 
| static String | CREATE_NODE_SET_PARAMA parameter to specify list of Solr nodes to be used (e.g. | 
| static String | CREATE_NODE_SET_SHUFFLE_PARAMA parameter which specifies if the provided list of Solr nodes (via CREATE_NODE_SET_PARAM)
 should be shuffled before being used. | 
| static String | DEFAULTSUsed by cluster properties API as a wrapper key to provide defaults for collection, cluster etc. | 
| static String | FLUSH | 
| static String | FOLLOW_ALIASESOption to follow aliases when deciding the target of a collection admin command. | 
| static Collection<String> | INDEX_BACKUP_STRATEGIESThis constant defines a list of valid index backup strategies. | 
| static String | INDEX_BACKUP_STRATEGYA parameter to specify the name of the index backup strategy to be used. | 
| static String | NO_INDEX_BACKUP_STRATEGYThis constant defines the strategy to not copy index files (useful for meta-data only backup). | 
| static String | PROPERTY_NAMEName of collection property to set | 
| static String | PROPERTY_VALUEValue of collection property to set | 
| static String | ROLE | 
| static String | ROUTER_PREFIXPrefix for  DocRouterproperties | 
| static String | SYSTEM_COLLPredefined system collection name. | 
| static String | TARGETSpecifies the target of RENAME operation. | 
| static String | USE_LEGACY_REPLICA_ASSIGNMENTThis 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_COLLECTIONThe 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-2020 Apache Software Foundation. All Rights Reserved.