This class tracks the number and position / offset parameters of terms
being added to the index. The information collected in this class is
also used to calculate the normalization factor for a field.
WARNING: This API is new and experimental, and may suddenly
change.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public sealed class FieldInvertState |
| Visual Basic |
|---|
Public NotInheritable Class FieldInvertState |
| Visual C++ |
|---|
public ref class FieldInvertState sealed |
Inheritance Hierarchy
See Also