public static enum FacetCommand.SortOrder extends Enum<FacetCommand.SortOrder>
| Enum Constant and Description |
|---|
COUNT |
DOC_SCORE |
REVERSE_COUNT |
REVERSE_DOC_SCORE |
REVERSE_TERM |
TERM |
| Modifier and Type | Method and Description |
|---|---|
static FacetCommand.SortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetCommand.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetCommand.SortOrder COUNT
public static final FacetCommand.SortOrder TERM
public static final FacetCommand.SortOrder REVERSE_COUNT
public static final FacetCommand.SortOrder REVERSE_TERM
public static final FacetCommand.SortOrder DOC_SCORE
public static final FacetCommand.SortOrder REVERSE_DOC_SCORE
public static FacetCommand.SortOrder[] values()
for (FacetCommand.SortOrder c : FacetCommand.SortOrder.values()) System.out.println(c);
public static FacetCommand.SortOrder 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.