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

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

Introduction

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

The text is from its open source code.

Constructor

ClassicTokenizer(AttributeFactory factory)
Creates a new ClassicTokenizer with a given org.apache.lucene.util.AttributeFactory
ClassicTokenizer()
Creates a new instance of the ClassicTokenizer .

Method

voidsetMaxTokenLength(int length)
Set the max allowed token length.