public static enum LuceneSearcher.SupportedRelations extends Enum<LuceneSearcher.SupportedRelations>
| 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 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 © 2014. All Rights Reserved.