Uses of Class
org.apache.lucene.codecs.blocktree.CompressionAlgorithm
-
Packages that use CompressionAlgorithm Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary. -
-
Uses of CompressionAlgorithm in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as CompressionAlgorithm Modifier and Type Field Description private static CompressionAlgorithm[]
CompressionAlgorithm. BY_CODE
(package private) CompressionAlgorithm
SegmentTermsEnumFrame. compressionAlg
Methods in org.apache.lucene.codecs.blocktree that return CompressionAlgorithm Modifier and Type Method Description (package private) static CompressionAlgorithm
CompressionAlgorithm. byCode(int code)
Look up aCompressionAlgorithm
by itscode
.static CompressionAlgorithm
CompressionAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-