Class DiskNormsFormat
Norms format that keeps all norms on disk.
Namespace: Lucene.Net.Codecs.DiskDV
Assembly: Lucene.Net.Codecs.dll
Syntax
public sealed class DiskNormsFormat : NormsFormat
Methods
| Improve this Doc View SourceNormsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer NormsConsumer(SegmentWriteState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Doc |
Overrides
| Improve this Doc View SourceNormsProducer(SegmentReadState)
Declaration
public override DocValuesProducer NormsProducer(SegmentReadState state)
Parameters
Type | Name | Description |
---|---|---|
Segment |
state |
Returns
Type | Description |
---|---|
Doc |