Method LengthNorm
LengthNorm(FieldInvertState)
Compute an index-time normalization value for this field instance.
This value will be stored in a single byte lossy representation by EncodeNormValue(Single).
Declaration
public abstract float LengthNorm(FieldInvertState state)
Parameters
Type | Name | Description |
---|---|---|
FieldInvertState | state | Statistics of the current field (such as length, boost, etc) |
Returns
Type | Description |
---|---|
System.Single | An index-time normalization value |