Class LookaheadTokenFilter
An abstract TokenFilter to make it easier to build graph token filters requiring some lookahead. this class handles the details of buffering up tokens, recording them by position, restoring them, providing access to them, etc.
Inheritance
System.Object
LookaheadTokenFilter
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class LookaheadTokenFilter : object