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

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

Introduction

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

The text is from its open source code.

Constructor

LimitTokenCountAnalyzer(Analyzer delegate, int maxTokenCount)
Build an analyzer that limits the maximum number of tokens per field.