Java org.apache.lucene.codecs.blocktree BlockTreeTermsWriter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.codecs.blocktree BlockTreeTermsWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.codecs.blocktree BlockTreeTermsWriter.

The text is from its open source code.

Field

intDEFAULT_MIN_BLOCK_SIZE
Suggested default value for the minItemsInBlock parameter to #BlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int) .
intDEFAULT_MAX_BLOCK_SIZE
Suggested default value for the maxItemsInBlock parameter to #BlockTreeTermsWriter(SegmentWriteState,PostingsWriterBase,int,int) .

Constructor

Method

voidvalidateSettings(int minItemsInBlock, int maxItemsInBlock)
Throws IllegalArgumentException if any of these settings is invalid.