AssertingCodec

Acts like the default codec but with additional asserts.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open override fun compoundFormat(): CompoundFormat
Link copied to clipboard
open override fun docValuesFormat(): DocValuesFormat
Link copied to clipboard
open override fun fieldInfosFormat(): FieldInfosFormat
Link copied to clipboard

Returns the docvalues format that should be used for writing new segments of field .

Link copied to clipboard

Returns the vectors format that should be used for writing new segments of field.

Link copied to clipboard

Returns the postings format that should be used for writing new segments of field.

Link copied to clipboard
open override fun knnVectorsFormat(): KnnVectorsFormat
Link copied to clipboard
open override fun liveDocsFormat(): LiveDocsFormat
Link copied to clipboard
open override fun normsFormat(): NormsFormat
Link copied to clipboard
open override fun pointsFormat(): PointsFormat
Link copied to clipboard
open override fun postingsFormat(): PostingsFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String