Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Index.NormsWriterPerField Class Reference

Taps into DocInverter, as an InvertedDocEndConsumer, which is called at the end of inverting each field. We just look at the length for the field (docState.length) and record the norm. More...

Inherits Lucene.Net.Index.InvertedDocEndConsumerPerField, and IComparable< NormsWriterPerField >.

Public Member Functions

void Reset ()
 
 NormsWriterPerField (DocInverterPerField docInverterPerField, NormsWriterPerThread perThread, FieldInfo fieldInfo)
 
int CompareTo (NormsWriterPerField other)
 

Detailed Description

Taps into DocInverter, as an InvertedDocEndConsumer, which is called at the end of inverting each field. We just look at the length for the field (docState.length) and record the norm.

Definition at line 32 of file NormsWriterPerField.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.NormsWriterPerField.NormsWriterPerField ( DocInverterPerField  docInverterPerField,
NormsWriterPerThread  perThread,
FieldInfo  fieldInfo 
)

Definition at line 54 of file NormsWriterPerField.cs.

Member Function Documentation

int Lucene.Net.Index.NormsWriterPerField.CompareTo ( NormsWriterPerField  other)

Definition at line 67 of file NormsWriterPerField.cs.

void Lucene.Net.Index.NormsWriterPerField.Reset ( )

Definition at line 46 of file NormsWriterPerField.cs.


The documentation for this class was generated from the following file: