TermsIndexWriterBase

Base class for terms index implementations to plug into BlockTermsWriter.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract inner class FieldWriter

Terms index API for a single field.

Functions

Link copied to clipboard
abstract fun addField(fieldInfo: FieldInfo, termsFilePointer: Long): TermsIndexWriterBase.FieldWriter
Link copied to clipboard
expect abstract fun close()