Package | Description |
---|---|
org.apache.solr.core |
Modifier and Type | Field and Description |
---|---|
private SolrConfig.HttpCachingConfig.LastModFrom |
SolrConfig.HttpCachingConfig.lastModFrom |
Modifier and Type | Method and Description |
---|---|
SolrConfig.HttpCachingConfig.LastModFrom |
SolrConfig.HttpCachingConfig.getLastModFrom() |
static SolrConfig.HttpCachingConfig.LastModFrom |
SolrConfig.HttpCachingConfig.LastModFrom.parse(java.lang.String s)
Input must not be null
|
static SolrConfig.HttpCachingConfig.LastModFrom |
SolrConfig.HttpCachingConfig.LastModFrom.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrConfig.HttpCachingConfig.LastModFrom[] |
SolrConfig.HttpCachingConfig.LastModFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|