Class Lucene90CompressingTermVectorsFormat

java.lang.Object
org.apache.lucene.codecs.TermVectorsFormat
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingTermVectorsFormat
Direct Known Subclasses:
Lucene90TermVectorsFormat

public class Lucene90CompressingTermVectorsFormat extends TermVectorsFormat
A TermVectorsFormat that compresses chunks of documents together in order to improve the compression ratio.
WARNING: This API is experimental and might change in incompatible ways in the next release.