public static enum SolrFacetConfig.ValueName extends Enum<SolrFacetConfig.ValueName>
Enum Constant and Description |
---|
PROP_DISPLAY_CONTROL |
PROP_DISPLAY_NAME |
PROP_FILTER_ID |
PROP_HIT_THRESHOLD |
PROP_IS_ENABLED |
PROP_MAX_FILTERS |
PROP_MIN_FILTER_VALUE_LENGTH |
PROP_SCOPE |
PROP_SCOPED_SITES |
PROP_SORTBY |
Modifier and Type | Method and Description |
---|---|
String |
getPropValueName(String facetField) |
static SolrFacetConfig.ValueName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrFacetConfig.ValueName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrFacetConfig.ValueName PROP_FILTER_ID
public static final SolrFacetConfig.ValueName PROP_DISPLAY_NAME
public static final SolrFacetConfig.ValueName PROP_MAX_FILTERS
public static final SolrFacetConfig.ValueName PROP_HIT_THRESHOLD
public static final SolrFacetConfig.ValueName PROP_MIN_FILTER_VALUE_LENGTH
public static final SolrFacetConfig.ValueName PROP_SORTBY
public static final SolrFacetConfig.ValueName PROP_SCOPE
public static final SolrFacetConfig.ValueName PROP_SCOPED_SITES
public static final SolrFacetConfig.ValueName PROP_IS_ENABLED
public static final SolrFacetConfig.ValueName PROP_DISPLAY_CONTROL
public static SolrFacetConfig.ValueName[] values()
for (SolrFacetConfig.ValueName c : SolrFacetConfig.ValueName.values()) System.out.println(c);
public static SolrFacetConfig.ValueName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.