|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<WordBreakSpellChecker.BreakSuggestionSortMethod>
org.apache.lucene.search.spell.WordBreakSpellChecker.BreakSuggestionSortMethod
public static enum WordBreakSpellChecker.BreakSuggestionSortMethod
Determines the order to list word break suggestions
| Enum Constant Summary | |
|---|---|
NUM_CHANGES_THEN_MAX_FREQUENCY
Sort by Number of word breaks, then by the Maximum of all the component term's frequencies |
|
NUM_CHANGES_THEN_SUMMED_FREQUENCY
Sort by Number of word breaks, then by the Sum of all the component term's frequencies |
|
| Method Summary | |
|---|---|
static WordBreakSpellChecker.BreakSuggestionSortMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WordBreakSpellChecker.BreakSuggestionSortMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WordBreakSpellChecker.BreakSuggestionSortMethod NUM_CHANGES_THEN_SUMMED_FREQUENCY
Sort by Number of word breaks, then by the Sum of all the component term's frequencies
public static final WordBreakSpellChecker.BreakSuggestionSortMethod NUM_CHANGES_THEN_MAX_FREQUENCY
Sort by Number of word breaks, then by the Maximum of all the component term's frequencies
| Method Detail |
|---|
public static WordBreakSpellChecker.BreakSuggestionSortMethod[] values()
for (WordBreakSpellChecker.BreakSuggestionSortMethod c : WordBreakSpellChecker.BreakSuggestionSortMethod.values()) System.out.println(c);
public static WordBreakSpellChecker.BreakSuggestionSortMethod valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||