Package org.apache.solr.client.api.model
Class Constants
- java.lang.Object
-
- org.apache.solr.client.api.model.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASYNC
Async or not? *static String
BACKUP_LOCATION
A parameter to specify the location where the backup should be stored.static String
BACKUP_REPOSITORY
A parameter to specify the name of the backup repository to be used.static String
COLL_CONF
The name of the config set to be used for a collectionstatic String
COLLECTION
The name of a collection referenced by an API callstatic String
COUNT_PROP
static String
DELETE_DATA_DIR
static String
DELETE_INDEX
If you unload a core, delete the index toostatic String
DELETE_INSTANCE_DIR
static String
FOLLOW_ALIASES
Option to follow aliases when deciding the target of a collection admin command.static String
ONLY_IF_DOWN
-
-
-
Field Detail
-
BACKUP_REPOSITORY
public static final String BACKUP_REPOSITORY
A parameter to specify the name of the backup repository to be used.- See Also:
- Constant Field Values
-
BACKUP_LOCATION
public static final String BACKUP_LOCATION
A parameter to specify the location where the backup should be stored.- See Also:
- Constant Field Values
-
ASYNC
public static final String ASYNC
Async or not? *- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
The name of a collection referenced by an API call- See Also:
- Constant Field Values
-
COUNT_PROP
public static final String COUNT_PROP
- See Also:
- Constant Field Values
-
FOLLOW_ALIASES
public static final String FOLLOW_ALIASES
Option to follow aliases when deciding the target of a collection admin command.- See Also:
- Constant Field Values
-
DELETE_INDEX
public static final String DELETE_INDEX
If you unload a core, delete the index too- See Also:
- Constant Field Values
-
DELETE_DATA_DIR
public static final String DELETE_DATA_DIR
- See Also:
- Constant Field Values
-
DELETE_INSTANCE_DIR
public static final String DELETE_INSTANCE_DIR
- See Also:
- Constant Field Values
-
ONLY_IF_DOWN
public static final String ONLY_IF_DOWN
- See Also:
- Constant Field Values
-
COLL_CONF
public static final String COLL_CONF
The name of the config set to be used for a collection- See Also:
- Constant Field Values
-
-