Uses of Enum Class
org.apache.lucene.analysis.ja.util.DictionaryBuilder.DictionaryFormat
Packages that use DictionaryBuilder.DictionaryFormat
-
Uses of DictionaryBuilder.DictionaryFormat in org.apache.lucene.analysis.ja.util
Fields in org.apache.lucene.analysis.ja.util declared as DictionaryBuilder.DictionaryFormatModifier and TypeFieldDescriptionprivate final DictionaryBuilder.DictionaryFormatTokenInfoDictionaryBuilder.formatMethods in org.apache.lucene.analysis.ja.util that return DictionaryBuilder.DictionaryFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DictionaryBuilder.DictionaryFormat[]DictionaryBuilder.DictionaryFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.ja.util with parameters of type DictionaryBuilder.DictionaryFormatModifier and TypeMethodDescriptionstatic voidDictionaryBuilder.build(DictionaryBuilder.DictionaryFormat format, Path inputDir, Path outputDir, String encoding, boolean normalizeEntry) Constructors in org.apache.lucene.analysis.ja.util with parameters of type DictionaryBuilder.DictionaryFormatModifierConstructorDescriptionTokenInfoDictionaryBuilder(DictionaryBuilder.DictionaryFormat format, String encoding, boolean normalizeEntries)