Class Lucene40NormsFormat
Lucene 4.0 Norms Format.
Files:
.nrm.cfs: compound container (CompoundFileDirectory).nrm.cfe: compound entries (CompoundFileDirectory)
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.dll
Syntax
public class Lucene40NormsFormat : NormsFormat
Constructors
| Improve this Doc View SourceLucene40NormsFormat()
Sole constructor.
Declaration
public Lucene40NormsFormat()
Methods
| Improve this Doc View SourceNormsConsumer(SegmentWriteState)
Declaration
public override DocValuesConsumer NormsConsumer(SegmentWriteState state)
Parameters
| Type | Name | Description |
|---|---|---|
| SegmentWriteState | state |
Returns
| Type | Description |
|---|---|
| DocValuesConsumer |
Overrides
| Improve this Doc View SourceNormsProducer(SegmentReadState)
Declaration
public override DocValuesProducer NormsProducer(SegmentReadState state)
Parameters
| Type | Name | Description |
|---|---|---|
| SegmentReadState | state |
Returns
| Type | Description |
|---|---|
| DocValuesProducer |