FreqProxTermsWriter

class FreqProxTermsWriter(intBlockAllocator: IntBlockPool.Allocator, byteBlockAllocator: ByteBlockPool.Allocator, bytesUsed: Counter, termVectors: TermsHash) : TermsHash

Constructors

Link copied to clipboard
constructor(intBlockAllocator: IntBlockPool.Allocator, byteBlockAllocator: ByteBlockPool.Allocator, bytesUsed: Counter, termVectors: TermsHash)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun abort()
Link copied to clipboard
open override fun addField(invertState: FieldInvertState, fieldInfo: FieldInfo): TermsHashPerField
Link copied to clipboard
open fun finishDocument(docID: Int)
Link copied to clipboard
open override fun flush(fieldsToFlush: MutableMap<String, TermsHashPerField>, state: SegmentWriteState, sortMap: Sorter.DocMap?, norms: NormsProducer?)
Link copied to clipboard
fun reset()
Link copied to clipboard
open fun startDocument()