public static enum TermsStatsFacet.ComparatorType extends Enum<TermsStatsFacet.ComparatorType>
Enum Constant and Description |
---|
COUNT
Order by the (higher) count of each term.
|
MAX
Order by the (higher) max of each term.
|
MEAN
Order by the (higher) mean of each term.
|
MIN
Order by the (lower) min of each term.
|
REVERSE_COUNT
Order by the (lower) count of each term.
|
REVERSE_MAX
Order by the (lower) max of each term.
|
REVERSE_MEAN
Order by the (lower) mean of each term.
|
REVERSE_MIN
Order by the (higher) min of each term.
|
REVERSE_TERM
Order by the terms.
|
REVERSE_TOTAL
Order by the (lower) total of each term.
|
TERM
Order by the terms.
|
TOTAL
Order by the (higher) total of each term.
|
Modifier and Type | Method and Description |
---|---|
Comparator<TermsStatsFacet.Entry> |
comparator() |
static TermsStatsFacet.ComparatorType |
fromId(byte id) |
static TermsStatsFacet.ComparatorType |
fromString(String type) |
byte |
id() |
static TermsStatsFacet.ComparatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsStatsFacet.ComparatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermsStatsFacet.ComparatorType COUNT
public static final TermsStatsFacet.ComparatorType REVERSE_COUNT
public static final TermsStatsFacet.ComparatorType TERM
public static final TermsStatsFacet.ComparatorType REVERSE_TERM
public static final TermsStatsFacet.ComparatorType TOTAL
public static final TermsStatsFacet.ComparatorType REVERSE_TOTAL
public static final TermsStatsFacet.ComparatorType MIN
public static final TermsStatsFacet.ComparatorType REVERSE_MIN
public static final TermsStatsFacet.ComparatorType MAX
public static final TermsStatsFacet.ComparatorType REVERSE_MAX
public static final TermsStatsFacet.ComparatorType MEAN
public static final TermsStatsFacet.ComparatorType REVERSE_MEAN
public static TermsStatsFacet.ComparatorType[] values()
for (TermsStatsFacet.ComparatorType c : TermsStatsFacet.ComparatorType.values()) System.out.println(c);
public static TermsStatsFacet.ComparatorType 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 nullpublic byte id()
public Comparator<TermsStatsFacet.Entry> comparator()
public static TermsStatsFacet.ComparatorType fromId(byte id)
public static TermsStatsFacet.ComparatorType fromString(String type)
Copyright © 2009–2015. All rights reserved.