public static enum FieldSchema.Analyzer extends Enum<FieldSchema.Analyzer>
| Enum Constant and Description |
|---|
Fuzzy |
MaxWord |
MinWord |
SingleWord |
Split |
| Modifier and Type | Method and Description |
|---|---|
static FieldSchema.Analyzer |
fromString(String value) |
String |
toString() |
static FieldSchema.Analyzer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldSchema.Analyzer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldSchema.Analyzer SingleWord
public static final FieldSchema.Analyzer MaxWord
public static final FieldSchema.Analyzer MinWord
public static final FieldSchema.Analyzer Split
public static final FieldSchema.Analyzer Fuzzy
public static FieldSchema.Analyzer[] values()
for (FieldSchema.Analyzer c : FieldSchema.Analyzer.values()) System.out.println(c);
public static FieldSchema.Analyzer 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 String toString()
toString in class Enum<FieldSchema.Analyzer>public static FieldSchema.Analyzer fromString(String value)
Copyright © 2024. All Rights Reserved.