Uses of Enum Class
org.apache.lucene.codecs.lucene90.blocktree.CompressionAlgorithm
Packages that use CompressionAlgorithm
-
Uses of CompressionAlgorithm in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as CompressionAlgorithmModifier and TypeFieldDescriptionprivate static final CompressionAlgorithm[]
CompressionAlgorithm.BY_CODE
(package private) CompressionAlgorithm
SegmentTermsEnumFrame.compressionAlg
Methods in org.apache.lucene.codecs.lucene90.blocktree that return CompressionAlgorithmModifier and TypeMethodDescription(package private) static final CompressionAlgorithm
CompressionAlgorithm.byCode
(int code) Look up aCompressionAlgorithm
by itscode
.static CompressionAlgorithm
Returns the enum constant of this class with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.