Class FieldInvertState
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.
Inheritance
System.Object
FieldInvertState
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class FieldInvertState : object
Constructors
Name | Description |
---|---|
FieldInvertState() | |
FieldInvertState(Int32, Int32, Int32, Int32, Single) |
Properties
Name | Description |
---|---|
AttributeSource | |
Boost | Get boost value. This is the cumulative product of document boost and field boost for all field instances sharing the same field name. |
Length | Get total number of terms in this field. |
NumOverlap | Get the number of terms with |
Offset | Get end offset of the last processed term. |
Position | Get the last processed term position. |