Lucene101Codec
Implements the Lucene 10.1 index format
If you want to reuse functionality of this codec in another codec, extend FilterCodec.
See also
package documentation for file format details.
Functions
Encodes/decodes compound files
Encodes/decodes docvalues
Encodes/decodes field infos file
Returns the docvalues format that should be used for writing new segments of field .
Returns the vectors format that should be used for writing new segments of field
Returns the postings format that should be used for writing new segments of field.
Encodes/decodes numeric vector fields
Encodes/decodes live docs
Encodes/decodes document normalization values
Encodes/decodes points index
Encodes/decodes postings
Encodes/decodes segment info file
Instantiates a new codec, specifying the stored fields compression mode to use.
Encodes/decodes term vectors