Package org.apache.solr.common.params
Class CoreAdminParams
java.lang.Object
org.apache.solr.common.params.CoreAdminParams
- Since:
- solr 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhat action *static final StringA parameter to specify if Configsets should be included in the backup or notstatic final StringUnique id of the backupstatic final StringA parameter to specify whether incremental backup is usedstatic final StringA parameter to specify the location where the backup should be stored.static final StringPurging/deleting all index files, shard-backup metadata files, backup property files that are unreachable, uncompleted or corrupted.static final StringA parameter to specify the name of the backup repository to be used.static final StringThe collection name in solr cloudstatic final StringA parameter to specify the name of the commit to be stored during the backup operation.static final StringIf you specify a config, what is its name *static final StringIf you specify a configset, what is its name *static final StringWhat Core are we talking about *static final Stringstatic final StringCore data directory *static final Stringstatic final StringIf you unload a core, delete the index toostatic final Stringstatic final StringIf you specify a file, what is its name *static final Stringstatic final StringIf you merge indexes, what are the index directories.static final StringShould the STATUS request include index info *static final StringSpecifies a core instance dir.static final Stringstatic final StringA parameter to specify last number of backups (delete the rest)static final StringIf you rename something, what is the new name *static final StringA boolean parameter specifying if a core is being created as part of a new collectionstatic final Stringstatic final StringName of the other core in actions involving 2 cores *static final StringThe ID of the shard-backup prior to the latest one (indicated bySHARD_BACKUP_IDstatic final StringPrefix for core property name=value pair *static final StringThe hash ranges to be used to split a shard or an indexstatic final StringThe replica name in solr cloudstatic final StringTells the CoreAdminHandler that the new Core will be a replica of a particularReplica.Typestatic final Stringstatic final StringIf you specify a schema, what is its name *static final StringThe shard id in solr cloudstatic final StringThe ID of the shard-backup in questionstatic final StringA parameter to specify the name of the snapshot to be stored during the backup operation.static final StringIf you merge indexes, what is the source core's name More than one source core can be specified by multiple srcCore parametersstatic final StringThe target core to which a split index should be written to Multiple targetCores can be specified by multiple targetCore parametersstatic final StringCore updatelog directory * -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CORE
What Core are we talking about *- See Also:
-
INDEX_INFO
Should the STATUS request include index info *- See Also:
-
NAME
If you rename something, what is the new name *- See Also:
-
DATA_DIR
Core data directory *- See Also:
-
ULOG_DIR
Core updatelog directory *- See Also:
-
OTHER
Name of the other core in actions involving 2 cores *- See Also:
-
ACTION
What action *- See Also:
-
SCHEMA
If you specify a schema, what is its name *- See Also:
-
CONFIGSET
If you specify a configset, what is its name *- See Also:
-
CONFIG
If you specify a config, what is its name *- See Also:
-
INSTANCE_DIR
Specifies a core instance dir.- See Also:
-
FILE
If you specify a file, what is its name *- See Also:
-
INDEX_DIR
If you merge indexes, what are the index directories. The directories are specified by multiple indexDir parameters.- See Also:
-
SRC_CORE
If you merge indexes, what is the source core's name More than one source core can be specified by multiple srcCore parameters- See Also:
-
COLLECTION
The collection name in solr cloud- See Also:
-
REPLICA
The replica name in solr cloud- See Also:
-
SHARD
The shard id in solr cloud- See Also:
-
TARGET_CORE
The target core to which a split index should be written to Multiple targetCores can be specified by multiple targetCore parameters- See Also:
-
RANGES
The hash ranges to be used to split a shard or an index- See Also:
-
GET_RANGES
- See Also:
-
REQUESTID
- See Also:
-
CORE_NODE_NAME
- See Also:
-
PROPERTY_PREFIX
Prefix for core property name=value pair *- See Also:
-
DELETE_INDEX
If you unload a core, delete the index too- See Also:
-
DELETE_DATA_DIR
- See Also:
-
DELETE_INSTANCE_DIR
- See Also:
-
LOAD_ON_STARTUP
- See Also:
-
NODE
- See Also:
-
BACKUP_REPOSITORY
A parameter to specify the name of the backup repository to be used.- See Also:
-
BACKUP_LOCATION
A parameter to specify the location where the backup should be stored.- See Also:
-
PREV_SHARD_BACKUP_ID
The ID of the shard-backup prior to the latest one (indicated bySHARD_BACKUP_ID- See Also:
-
SHARD_BACKUP_ID
The ID of the shard-backup in question- See Also:
-
MAX_NUM_BACKUP_POINTS
A parameter to specify last number of backups (delete the rest)- See Also:
-
BACKUP_ID
Unique id of the backup- See Also:
-
BACKUP_PURGE_UNUSED
Purging/deleting all index files, shard-backup metadata files, backup property files that are unreachable, uncompleted or corrupted.- See Also:
-
BACKUP_INCREMENTAL
A parameter to specify whether incremental backup is used- See Also:
-
COMMIT_NAME
A parameter to specify the name of the commit to be stored during the backup operation.- See Also:
-
SNAPSHOT_NAME
A parameter to specify the name of the snapshot to be stored during the backup operation.- See Also:
-
NEW_COLLECTION
A boolean parameter specifying if a core is being created as part of a new collection- See Also:
-
BACKUP_CONFIGSET
A parameter to specify if Configsets should be included in the backup or not- See Also:
-
REPLICA_TYPE
Tells the CoreAdminHandler that the new Core will be a replica of a particularReplica.Type- See Also:
-
-
Constructor Details
-
CoreAdminParams
public CoreAdminParams()
-