Class ValidatingTokenFilter
A
Inheritance
System.Object
ValidatingTokenFilter
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class ValidatingTokenFilter : TokenFilter
Constructors
| Improve this Doc View SourceValidatingTokenFilter(TokenStream, String, Boolean)
The name is used to identify this stage when
throwing exceptions (useful if you have more than one
instance in your chain).
Declaration
public ValidatingTokenFilter(TokenStream in, string name, bool offsetsAreCorrect)
Parameters
| Type | Name | Description |
|---|---|---|
| TokenStream | in | |
| System.String | name | |
| System.Boolean | offsetsAreCorrect |
Methods
| Improve this Doc View SourceEnd()
Declaration
public override void End()
IncrementToken()
Declaration
public override bool IncrementToken()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Reset()
Declaration
public override void Reset()