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

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

Introduction

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

The text is from its open source code.

Constructor

PerFieldAnalyzerWrapper(Analyzer defaultAnalyzer, Map fieldAnalyzers)
Constructs with default analyzer and a map of analyzers to use for specific fields.
PerFieldAnalyzerWrapper(Analyzer defaultAnalyzer)
Constructs with default analyzer.

Method

voidclose()
Frees persistent resources used by this Analyzer
TokenStreamtokenStream(final String fieldName, final Reader reader)
Returns a TokenStream suitable for fieldName, tokenizing the contents of reader.