Class NormsFormat
Encodes/decodes per-document score normalization values.
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class NormsFormat : object
Constructors
Name | Description |
---|---|
NormsFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
NormsConsumer(SegmentWriteState) | Returns a DocValuesConsumer to write norms to the index. |
NormsProducer(SegmentReadState) | Returns a DocValuesProducer to read norms from the index.
NOTE: by the time this call returns, it must hold open any files it will
need to use; else, those files may be deleted. Additionally, required files
may be deleted during the execution of this call before there is a chance
to open them. Under these circumstances an |