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.ResourceScheme
BinaryDictionary.ResourceScheme. valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static BinaryDictionary.ResourceScheme[]
BinaryDictionary.ResourceScheme. values()
Deprecated, for removal: This API element is subject to removal in a future version.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 ConnectionCosts(BinaryDictionary.ResourceScheme scheme, String resourcePath)
Deprecated, for removal: This API element is subject to removal in a future version.TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath)
Deprecated, for removal: This API element is subject to removal in a future version.UnknownDictionary(BinaryDictionary.ResourceScheme scheme, String resourcePath)
Deprecated, for removal: This API element is subject to removal in a future version.
-