Uses of Enum Class
org.apache.lucene.analysis.ja.dict.BinaryDictionary.ResourceScheme
Packages that use BinaryDictionary.ResourceScheme
-
Uses of BinaryDictionary.ResourceScheme in org.apache.lucene.analysis.ja.dict
Methods in org.apache.lucene.analysis.ja.dict that return BinaryDictionary.ResourceSchemeModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class 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 class, in the order they are declared.Methods in org.apache.lucene.analysis.ja.dict with parameters of type BinaryDictionary.ResourceSchemeModifier and TypeMethodDescriptionstatic final InputStream
BinaryDictionary.getResource
(BinaryDictionary.ResourceScheme scheme, String path) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.lucene.analysis.ja.dict with parameters of type BinaryDictionary.ResourceSchemeModifierConstructorDescriptionConnectionCosts
(BinaryDictionary.ResourceScheme scheme, String path) 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.replaced byTokenInfoDictionary(Path, Path, Path, Path)
for files andTokenInfoDictionary(URL, URL, URL, URL)
for classpath/module resourcesUnknownDictionary
(BinaryDictionary.ResourceScheme scheme, String path) Deprecated, for removal: This API element is subject to removal in a future version.replaced byUnknownDictionary(Path, Path, Path)
for files andUnknownDictionary(URL, URL, URL)
for classpath/module resources
ConnectionCosts(Path)
for files andConnectionCosts(URL)
for classpath/module resources.