Constant Field Values
Contents
org.apache.*
-
org.apache.solr.client.api.endpoint.SegmentsApi Modifier and Type Constant Field Value public static final String
CORE_INFO_PARAM_DESC
"Boolean flag to include metadata (e.g. index an data directories, IndexWriter configuration, etc.) about each shard leader\'s core"
public static final String
FIELD_INFO_PARAM_DESC
"Boolean flag to include statistics about the indexed fields present on each shard leader."
public static final String
RAW_SIZE_DETAILS_DESC
"Boolean flag to include detailed statistics about the disk size taken up by various fields and data structures. More detail than \'rawSize\' and \'rawSizeSummary\'."
public static final String
RAW_SIZE_PARAM_DESC
"Boolean flag to include simple estimates of the disk size taken up by each field (e.g. \"id\", \"_version_\") and by each index data structure (e.g. \'storedFields\', \'docValues_numeric\')."
public static final String
RAW_SIZE_SAMPLING_PERCENT_DESC
"Percentage (between 0 and 100) of data to read when estimating index size and statistics. Defaults to 5.0 (i.e. 5%)."
public static final String
RAW_SIZE_SUMMARY_DESC
"Boolean flag to include more involved estimates of the disk size taken up by index data structures, on a per-field basis (e.g. how much data does the \"id\" field contribute to \'storedField\' index files). More detail than \'rawSize\', less detail than \'rawSizeDetails\'."
public static final String
SIZE_INFO_PARAM_DESC
"Boolean flag to include information about the largest index files for each Lucene segment."
-
org.apache.solr.client.api.model.CloneConfigsetRequestBody Modifier and Type Constant Field Value public static final String
DEFAULT_CONFIGSET
"_default"
-
org.apache.solr.client.api.model.Constants Modifier and Type Constant Field Value public static final String
ASYNC
"async"
public static final String
BACKUP_LOCATION
"location"
public static final String
BACKUP_REPOSITORY
"repository"
public static final String
COLL_CONF
"collection.configName"
public static final String
COLLECTION
"collection"
public static final String
COUNT_PROP
"count"
public static final String
DELETE_DATA_DIR
"deleteDataDir"
public static final String
DELETE_INDEX
"deleteIndex"
public static final String
DELETE_INSTANCE_DIR
"deleteInstanceDir"
public static final String
FOLLOW_ALIASES
"followAliases"
public static final String
ONLY_IF_DOWN
"onlyIfDown"
public static final String
SNAPSHOT_GENERATION_NUM
"generation"
public static final String
SNAPSHOT_NAME
"snapshotName"
-
org.apache.solr.client.api.model.ErrorInfo Modifier and Type Constant Field Value public static final String
ERROR_CLASS
"error-class"
public static final String
ROOT_ERROR_CLASS
"root-error-class"
-
org.apache.solr.client.api.util.Constants Modifier and Type Constant Field Value public static final String
BINARY_CONTENT_TYPE_V2
"application/vnd.apache.solr.javabin"
public static final String
CORE_NAME_PATH_PARAMETER
"coreName"
public static final String
GENERIC_ENTITY_PROPERTY
"genericEntity"
public static final String
INDEX_NAME_PATH_PARAMETER
"indexName"
public static final String
INDEX_PATH_PREFIX
"/{indexType:cores|collections}/{indexName}"
public static final String
INDEX_TYPE_PATH_PARAMETER
"indexType"
public static final String
OMIT_FROM_CODEGEN_PROPERTY
"omitFromCodegen"
public static final String
RAW_OUTPUT_PROPERTY
"rawOutput"
-
org.apache.solr.client.api.util.SolrVersion Modifier and Type Constant Field Value public static final String
LATEST_STRING
"9.9.0"