Uses of Class
org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
-
Packages that use BinaryDictionary.ResourceScheme Package Description org.apache.lucene.analysis.ko.dict Korean dictionary implementation. -
-
Uses of BinaryDictionary.ResourceScheme in org.apache.lucene.analysis.ko.dict
Fields in org.apache.lucene.analysis.ko.dict declared as BinaryDictionary.ResourceScheme Modifier and Type Field Description private BinaryDictionary.ResourceScheme
BinaryDictionary. resourceScheme
Methods in org.apache.lucene.analysis.ko.dict that return BinaryDictionary.ResourceScheme Modifier and Type Method Description static BinaryDictionary.ResourceScheme
BinaryDictionary.ResourceScheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryDictionary.ResourceScheme[]
BinaryDictionary.ResourceScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.analysis.ko.dict with parameters of type BinaryDictionary.ResourceScheme Constructor Description BinaryDictionary(BinaryDictionary.ResourceScheme resourceScheme, java.lang.String resourcePath)
TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, java.lang.String resourcePath)
-