Java org.apache.lucene.analysis.cn.smart SmartChineseAnalyzer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.cn.smart SmartChineseAnalyzer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.cn.smart SmartChineseAnalyzer.

The text is from its open source code.

Constructor

SmartChineseAnalyzer()
Create a new SmartChineseAnalyzer, using the default stopword list.
SmartChineseAnalyzer(boolean useDefaultStopWords)

Create a new SmartChineseAnalyzer, optionally using the default stopword list.

SmartChineseAnalyzer(CharArraySet stopWords)

Create a new SmartChineseAnalyzer, using the provided Set of stopwords.

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.