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
Methods in org.apache.lucene.analysis.ko.dict that return BinaryDictionary.ResourceScheme Modifier and Type Method Description static BinaryDictionary.ResourceSchemeBinaryDictionary.ResourceScheme. valueOf(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.Methods in org.apache.lucene.analysis.ko.dict with parameters of type BinaryDictionary.ResourceScheme Modifier and Type Method Description static InputStreamBinaryDictionary. getResource(BinaryDictionary.ResourceScheme scheme, String path)Constructors in org.apache.lucene.analysis.ko.dict with parameters of type BinaryDictionary.ResourceScheme Constructor Description BinaryDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath)ConnectionCosts(BinaryDictionary.ResourceScheme scheme, String resourcePath)TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath)UnknownDictionary(BinaryDictionary.ResourceScheme scheme, String resourcePath)
-