Class DiskDocValuesFormat
DocValues format that keeps most things on disk.
Only things like disk offsets are loaded into ram.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
DiskDocValuesFormat
Assembly: Lucene.Net.Codecs.dll
public sealed class DiskDocValuesFormat : DocValuesFormat
Constructors
|
Improve this Doc
View Source
Declaration
public DiskDocValuesFormat()
Fields
|
Improve this Doc
View Source
Declaration
public static readonly string DATA_CODEC
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static readonly string DATA_EXTENSION
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static readonly string META_CODEC
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static readonly string META_EXTENSION
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override DocValuesProducer FieldsProducer(SegmentReadState state)
Parameters
Returns
Overrides