public static enum SASI.Normalization extends Enum<SASI.Normalization>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
forNonTokenizingAnalyzer() |
abstract String |
forStandardAnalyzer() |
static SASI.Normalization |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SASI.Normalization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SASI.Normalization LOWERCASE
public static final SASI.Normalization UPPERCASE
public static final SASI.Normalization NONE
public static SASI.Normalization[] values()
for (SASI.Normalization c : SASI.Normalization.values()) System.out.println(c);
public static SASI.Normalization 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 abstract String forStandardAnalyzer()
public abstract String forNonTokenizingAnalyzer()
Copyright © 2012-2021. All Rights Reserved.