Property PositionIncrement
PositionIncrement
Set the position increment. This determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
The default value is one.
Some common uses for this are:
Declaration
public virtual int PositionIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | the distance from the prior term |