Uses of Enum Class
org.apache.lucene.backward_codecs.lucene40.blocktree.CompressionAlgorithm
Packages that use CompressionAlgorithm
Package
Description
BlockTree terms dictionary.
-
Uses of CompressionAlgorithm in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as CompressionAlgorithmModifier and TypeFieldDescriptionprivate static final CompressionAlgorithm[]CompressionAlgorithm.BY_CODE(package private) CompressionAlgorithmSegmentTermsEnumFrame.compressionAlgMethods in org.apache.lucene.backward_codecs.lucene40.blocktree that return CompressionAlgorithmModifier and TypeMethodDescription(package private) static final CompressionAlgorithmCompressionAlgorithm.byCode(int code) Look up aCompressionAlgorithmby itscode.static CompressionAlgorithmReturns 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.