Class PositionFilter
Set the positionIncrement of all tokens to the "positionIncrement", except the first return token which retains its original positionIncrement value. The default positionIncrement value is zero.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Obsolete("(4.4) PositionFilter makes TokenStream graphs inconsistent")]
[Serializable]
public sealed class PositionFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
PositionFilter(TokenStream) | Constructs a PositionFilter that assigns a position increment of zero to all but the first token from the given input stream. |
PositionFilter(TokenStream, Int32) | Constructs a PositionFilter that assigns the given position increment to all but the first token from the given input stream. |
Methods
Name | Description |
---|---|
IncrementToken() | |
Reset() |