Class ValidatingTokenFilter
A TokenFilter that checks consistency of the tokens (eg offsets are consistent with one another).
Inheritance
System.Object
ValidatingTokenFilter
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class ValidatingTokenFilter : TokenFilter
Constructors
Name | Description |
---|---|
ValidatingTokenFilter(TokenStream, String, Boolean) | The name arg is used to identify this stage when throwing exceptions (useful if you have more than one instance in your chain). |
Methods
Name | Description |
---|---|
End() | |
IncrementToken() | |
Reset() |