public static enum IFacetField.FacetType extends Enum<IFacetField.FacetType>
| Enum Constant and Description |
|---|
count
Simple facet count, i.e.
|
documentFrequency
Document frequency of a term on the whole index, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static IFacetField.FacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFacetField.FacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFacetField.FacetType count
public static final IFacetField.FacetType documentFrequency
public static IFacetField.FacetType[] values()
for (IFacetField.FacetType c : IFacetField.FacetType.values()) System.out.println(c);
public static IFacetField.FacetType 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 © 2017 JULIE Lab, Germany. All rights reserved.