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

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

Introduction

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

The text is from its open source code.

Constructor

LetterTokenizer(AttributeFactory factory)
Construct a new LetterTokenizer using a given org.apache.lucene.util.AttributeFactory .
LetterTokenizer(AttributeFactory factory, int maxTokenLen)
Construct a new LetterTokenizer using a given org.apache.lucene.util.AttributeFactory .
LetterTokenizer()
Construct a new LetterTokenizer.