Java org.apache.lucene.analysis.cjk CJKAnalyzer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.analysis.cjk.CJKAnalyzer has subclasses.
Click this link to see all its subclasses.

Constructor

CJKAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words
CJKAnalyzer()
Builds an analyzer which removes words in #getDefaultStopSet() .

Method

CharArraySetgetDefaultStopSet()
Returns an unmodifiable instance of the default stop-words set.
TokenStreamtokenStream(final String fieldName, final Reader reader)
Returns a TokenStream suitable for fieldName, tokenizing the contents of reader.