Class BlockTreeTermsWriter
Inherited Members
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public static class BlockTreeTermsWriter
Fields
DEFAULT_MAX_BLOCK_SIZE
Suggested default value for the
maxItemsInBlock
parameter to
BlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int, TSubclassState).
Declaration
public const int DEFAULT_MAX_BLOCK_SIZE = 48
Field Value
Type | Description |
---|---|
int |
DEFAULT_MIN_BLOCK_SIZE
Suggested default value for the
minItemsInBlock
parameter to
BlockTreeTermsWriter(SegmentWriteState, PostingsWriterBase, int, int, TSubclassState).
Declaration
public const int DEFAULT_MIN_BLOCK_SIZE = 25
Field Value
Type | Description |
---|---|
int |
VERSION_APPEND_ONLY
Append-only
Declaration
public const int VERSION_APPEND_ONLY = 1
Field Value
Type | Description |
---|---|
int |
VERSION_CHECKSUM
Checksums.
Declaration
public const int VERSION_CHECKSUM = 3
Field Value
Type | Description |
---|---|
int |
VERSION_CURRENT
Current terms format.
Declaration
public const int VERSION_CURRENT = 3
Field Value
Type | Description |
---|---|
int |
VERSION_META_ARRAY
Meta data as array.
Declaration
public const int VERSION_META_ARRAY = 2
Field Value
Type | Description |
---|---|
int |
VERSION_START
Initial terms format.
Declaration
public const int VERSION_START = 0
Field Value
Type | Description |
---|---|
int |