Uses of Enum
org.apache.lucene.codecs.blocktree.CompressionAlgorithm
Packages that use CompressionAlgorithm
-
Uses of CompressionAlgorithm in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as CompressionAlgorithmModifier and TypeFieldDescriptionprivate static final CompressionAlgorithm[]CompressionAlgorithm.BY_CODE(package private) CompressionAlgorithmSegmentTermsEnumFrame.compressionAlgMethods in org.apache.lucene.codecs.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 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.