public static enum FacetsConfig.DrillDownTermsIndexing extends Enum<FacetsConfig.DrillDownTermsIndexing>
Enum Constant and Description |
---|
ALL
Index dimension, sub-path and full-path drill down terms.
|
ALL_PATHS_NO_DIM
Index sub-path and full-path drill down terms.
|
DIMENSION_AND_FULL_PATH
Index dimension and full-path drill down terms.
|
FULL_PATH_ONLY
Index only full-path drill down terms.
|
NONE
Index no drill down terms.
|
Modifier and Type | Method and Description |
---|---|
static FacetsConfig.DrillDownTermsIndexing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetsConfig.DrillDownTermsIndexing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetsConfig.DrillDownTermsIndexing NONE
public static final FacetsConfig.DrillDownTermsIndexing FULL_PATH_ONLY
public static final FacetsConfig.DrillDownTermsIndexing ALL_PATHS_NO_DIM
public static final FacetsConfig.DrillDownTermsIndexing DIMENSION_AND_FULL_PATH
public static final FacetsConfig.DrillDownTermsIndexing ALL
public static FacetsConfig.DrillDownTermsIndexing[] values()
for (FacetsConfig.DrillDownTermsIndexing c : FacetsConfig.DrillDownTermsIndexing.values()) System.out.println(c);
public static FacetsConfig.DrillDownTermsIndexing 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 © 2000-2021 Apache Software Foundation. All Rights Reserved.