![]() |
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Writes norms. Each thread X field accumulates the norms for the doc/fields it saw, then the flush method below merges all of these together into a single _X.nrm file. More...
Inherits Lucene.Net.Index.InvertedDocEndConsumer.
Public Member Functions | |
override InvertedDocEndConsumerPerThread | AddThread (DocInverterPerThread docInverterPerThread) |
override void | Abort () |
override void | Flush (IDictionary< InvertedDocEndConsumerPerThread, ICollection< InvertedDocEndConsumerPerField >> threadsAndFields, SegmentWriteState state) |
Produce _X.nrm if any document had a field with norms not disabled | |
Writes norms. Each thread X field accumulates the norms for the doc/fields it saw, then the flush method below merges all of these together into a single _X.nrm file.
Definition at line 34 of file NormsWriter.cs.
|
virtual |
Implements Lucene.Net.Index.InvertedDocEndConsumer.
Definition at line 44 of file NormsWriter.cs.
|
virtual |
Implements Lucene.Net.Index.InvertedDocEndConsumer.
Definition at line 39 of file NormsWriter.cs.
|
virtual |
Produce _X.nrm if any document had a field with norms not disabled
Implements Lucene.Net.Index.InvertedDocEndConsumer.
Definition at line 61 of file NormsWriter.cs.