Java org.apache.lucene.analysis CachingTokenFilter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis CachingTokenFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis CachingTokenFilter.

The text is from its open source code.

Constructor

CachingTokenFilter(TokenStream input)
Create a new CachingTokenFilter around input.

Method

voidend()
booleanincrementToken()
The first time called, it'll read and cache all tokens from the input.
voidreset()
Propagates reset if incrementToken has not yet been called.