Constant Field Values
Contents
org.apache.*
-
org.apache.solr.client.api.endpoint.SegmentsApi Modifier and Type Constant Field Value public static final StringCORE_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 StringFIELD_INFO_PARAM_DESC"Boolean flag to include statistics about the indexed fields present on each shard leader."public static final StringRAW_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 StringRAW_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 StringRAW_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 StringRAW_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 StringSIZE_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 StringDEFAULT_CONFIGSET"_default" -
org.apache.solr.client.api.model.Constants Modifier and Type Constant Field Value public static final StringASYNC"async"public static final StringBACKUP_LOCATION"location"public static final StringBACKUP_REPOSITORY"repository"public static final StringCOLL_CONF"collection.configName"public static final StringCOLLECTION"collection"public static final StringCOUNT_PROP"count"public static final StringDELETE_DATA_DIR"deleteDataDir"public static final StringDELETE_INDEX"deleteIndex"public static final StringDELETE_INSTANCE_DIR"deleteInstanceDir"public static final StringFOLLOW_ALIASES"followAliases"public static final StringONLY_IF_DOWN"onlyIfDown"public static final StringSNAPSHOT_GENERATION_NUM"generation"public static final StringSNAPSHOT_NAME"snapshotName" -
org.apache.solr.client.api.model.ErrorInfo Modifier and Type Constant Field Value public static final StringERROR_CLASS"error-class"public static final StringROOT_ERROR_CLASS"root-error-class"
-
org.apache.solr.client.api.util.Constants Modifier and Type Constant Field Value public static final StringBINARY_CONTENT_TYPE_V2"application/vnd.apache.solr.javabin"public static final StringCORE_NAME_PATH_PARAMETER"coreName"public static final StringGENERIC_ENTITY_PROPERTY"genericEntity"public static final StringINDEX_NAME_PATH_PARAMETER"indexName"public static final StringINDEX_PATH_PREFIX"/{indexType:cores|collections}/{indexName}"public static final StringINDEX_TYPE_PATH_PARAMETER"indexType"public static final StringOMIT_FROM_CODEGEN_PROPERTY"omitFromCodegen"public static final StringRAW_OUTPUT_PROPERTY"rawOutput" -
org.apache.solr.client.api.util.SolrVersion Modifier and Type Constant Field Value public static final StringLATEST_STRING"9.9.0"