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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.analysis.TokenFilter has subclasses.
Click this link to see all its subclasses.

Constructor

TokenFilter(TokenStream input)
Construct a token stream filtering the given input.

Method

voidclose()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.close() when overriding this method.

voidend()

NOTE: The default implementation chains the call to the input TokenStream, so be sure to call super.end() first when overriding this method.