Class Lucene42NormsFormat
Lucene 4.2 score normalization format.
NOTE: this uses the same format as Lucene42DocValuesFormat Numeric DocValues, but with different file extensions, and passing FASTEST for uncompressed encoding: trading off space for performance.
Files:
.nvd
: DocValues data.nvm
: DocValues metadata
Assembly: DistributedLucene.Net.dll
Syntax
public class Lucene42NormsFormat : NormsFormat
Constructors
Name | Description |
---|---|
Lucene42NormsFormat() | Calls |
Lucene42NormsFormat(Single) | Creates a new Lucene42DocValuesFormat with the specified
@lucene.experimental |
Methods
Name | Description |
---|---|
NormsConsumer(SegmentWriteState) | |
NormsProducer(SegmentReadState) |