Lucene90BlockTreeTermsWriter

constructor(state: SegmentWriteState, postingsWriter: PostingsWriterBase, minItemsInBlock: Int, maxItemsInBlock: Int, version: Int)


constructor(state: SegmentWriteState, postingsWriter: PostingsWriterBase, minItemsInBlock: Int, maxItemsInBlock: Int)

Create a new writer. The number of items (terms or sub-blocks) per block will aim to be between minItemsPerBlock and maxItemsPerBlock, though in some cases the blocks may be smaller than the min.