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