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

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

Introduction

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

The text is from its open source code.

Subclass

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

Implementation

org.apache.lucene.analysis.Tokenizer has the following implementations.
Click this link to see all its implementation.

Method

voidclose()

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

voidreset()
voidsetReader(Reader input)
Expert: Set a new reader on the Tokenizer.