Class DiskDocValuesFormat
DocValues format that keeps most things on disk. Only things like disk offsets are loaded into ram.
@lucene.experimental
Inherited Members
Assembly: Lucene.Net.Codecs.dll
Syntax
public sealed class DiskDocValuesFormat : DocValuesFormat
Constructors
Name | Description |
---|---|
DiskDocValuesFormat() |
Fields
Name | Description |
---|---|
DATA_CODEC | |
DATA_EXTENSION | |
META_CODEC | |
META_EXTENSION |
Methods
Name | Description |
---|---|
FieldsConsumer(SegmentWriteState) | |
FieldsProducer(SegmentReadState) |