Uses of Enum Class
org.apache.lucene.analysis.ja.dict.DictionaryBuilder.DictionaryFormat
Packages that use DictionaryBuilder.DictionaryFormat
-
Uses of DictionaryBuilder.DictionaryFormat in org.apache.lucene.analysis.ja.dict
Methods in org.apache.lucene.analysis.ja.dict 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.dict with parameters of type DictionaryBuilder.DictionaryFormatModifier and TypeMethodDescriptionstatic void
DictionaryBuilder.build
(DictionaryBuilder.DictionaryFormat format, Path inputDir, Path outputDir, String encoding, boolean normalizeEntry)