Class LookaheadTokenFilter.Position
Holds all state for a single position; subclass this
to record other state at each position.
Inheritance
System.Object
LookaheadTokenFilter.Position
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class Position : RollingBuffer.IResettable
Properties
|
Improve this Doc
View Source
EndOffset
Declaration
public int EndOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public IList<AttributeSource.State> InputTokens { get; }
Property Value
|
Improve this Doc
View Source
NextRead
Declaration
public int NextRead { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StartOffset
Declaration
public int StartOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Add(AttributeSource.State)
Declaration
public virtual void Add(AttributeSource.State state)
Parameters
|
Improve this Doc
View Source
NextState()
Declaration
public virtual AttributeSource.State NextState()
Returns
|
Improve this Doc
View Source
Reset()
Declaration