public interface CollectionAdminParams
Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION |
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 |
FLUSH |
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 |
SYSTEM_COLL
Predefined system collection name.
|
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
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.