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) CompressionAlgorithmSegmentTermsEnumFrame. compressionAlgMethods in org.apache.lucene.codecs.blocktree that return CompressionAlgorithm Modifier and Type Method Description (package private) static CompressionAlgorithmCompressionAlgorithm. byCode(int code)Look up aCompressionAlgorithmby itscode.static CompressionAlgorithmCompressionAlgorithm. 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.
-