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

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

Introduction

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

The text is from its open source code.

Field

intURL
URL token type
String[]TOKEN_TYPES
String token types that correspond to token type int constants

Constructor

UAX29URLEmailTokenizer()
Creates a new instance of the UAX29URLEmailTokenizer.

Method

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