public static enum LuceneSearcher.SupportedRelations extends Enum<LuceneSearcher.SupportedRelations>
| Enum Constant and Description |
|---|
adj |
eq |
fuzzy |
ge |
gt |
le |
lt |
proximity |
within |
| Modifier and Type | Method and Description |
|---|---|
static LuceneSearcher.SupportedRelations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LuceneSearcher.SupportedRelations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LuceneSearcher.SupportedRelations adj
public static final LuceneSearcher.SupportedRelations fuzzy
public static final LuceneSearcher.SupportedRelations proximity
public static final LuceneSearcher.SupportedRelations within
public static final LuceneSearcher.SupportedRelations lt
public static final LuceneSearcher.SupportedRelations le
public static final LuceneSearcher.SupportedRelations gt
public static final LuceneSearcher.SupportedRelations ge
public static final LuceneSearcher.SupportedRelations eq
public static LuceneSearcher.SupportedRelations[] values()
for (LuceneSearcher.SupportedRelations c : LuceneSearcher.SupportedRelations.values()) System.out.println(c);
public static LuceneSearcher.SupportedRelations 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. All Rights Reserved.