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

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

Introduction

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

The text is from its open source code.

Field

intDEFAULT_MIN_WORD_SIZE
The default for minimal word length that gets decomposed
intDEFAULT_MIN_SUBWORD_SIZE
The default for minimal length of subwords that get propagated to the output of this filter
intDEFAULT_MAX_SUBWORD_SIZE
The default for maximal length of subwords that get propagated to the output of this filter