Class Lucene70Codec

java.lang.Object
org.apache.lucene.codecs.Codec
org.apache.lucene.backward_codecs.lucene70.Lucene70Codec
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Lucene70Codec extends Codec
Implements the Lucene 7.0 index format, with configurable per-field postings and docvalues formats.

If you want to reuse functionality of this codec in another codec, extend FilterCodec.

See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.