public static enum Indexer.TermsStatsOrder extends Enum<Indexer.TermsStatsOrder>
| Enum Constant and Description |
|---|
COUNT |
MAX |
MEAN |
MIN |
REVERSE_COUNT |
REVERSE_MAX |
REVERSE_MEAN |
REVERSE_MIN |
REVERSE_TERM |
REVERSE_TOTAL |
TERM |
TOTAL |
| Modifier and Type | Method and Description |
|---|---|
static Indexer.TermsStatsOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.TermsStatsOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexer.TermsStatsOrder TERM
public static final Indexer.TermsStatsOrder REVERSE_TERM
public static final Indexer.TermsStatsOrder COUNT
public static final Indexer.TermsStatsOrder REVERSE_COUNT
public static final Indexer.TermsStatsOrder TOTAL
public static final Indexer.TermsStatsOrder REVERSE_TOTAL
public static final Indexer.TermsStatsOrder MIN
public static final Indexer.TermsStatsOrder REVERSE_MIN
public static final Indexer.TermsStatsOrder MAX
public static final Indexer.TermsStatsOrder REVERSE_MAX
public static final Indexer.TermsStatsOrder MEAN
public static final Indexer.TermsStatsOrder REVERSE_MEAN
public static Indexer.TermsStatsOrder[] values()
for (Indexer.TermsStatsOrder c : Indexer.TermsStatsOrder.values()) System.out.println(c);
public static Indexer.TermsStatsOrder 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 © 2012–2014 TORCH GmbH. All rights reserved.