Class LookaheadTokenFilter
LUCENENET specific abstraction so we can reference LookaheadTokenFilter.Position without specifying a generic closing type.
Inheritance
System.Object
LookaheadTokenFilter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class LookaheadTokenFilter : TokenFilter, IDisposable
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public abstract override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Implements
System.IDisposable