C# Class Lucene.Net.Analysis.Position.PositionFilterTest.TestTokenStream

Inheritance: TokenStream
Datei anzeigen Open project: apache/lucenenet

Protected Properties

Property Type Description
index int
termAtt ICharTermAttribute
testToken string[]

Public Methods

Method Description
IncrementToken ( ) : bool
Reset ( ) : void
TestTokenStream ( PositionFilterTest outerInstance, string testToken ) : Lucene.Net.Analysis.Shingle

Method Details

IncrementToken() public final method

public final IncrementToken ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

TestTokenStream() public method

public TestTokenStream ( PositionFilterTest outerInstance, string testToken ) : Lucene.Net.Analysis.Shingle
outerInstance PositionFilterTest
testToken string
return Lucene.Net.Analysis.Shingle

Property Details

index protected_oe property

protected int index
return int

termAtt protected_oe property

protected ICharTermAttribute termAtt
return ICharTermAttribute

testToken protected_oe property

protected string[] testToken
return string[]