public final class CJKAnalyzer extends StopwordAnalyzerBase
Analyzer
that tokenizes text with StandardTokenizer
,
normalizes content with CJKWidthFilter
, folds case with
LowerCaseFilter
, forms bigrams of CJK with CJKBigramFilter
,
and filters stopwords with StopFilter
Analyzer.GlobalReuseStrategy, Analyzer.PerFieldReuseStrategy, Analyzer.ReuseStrategy, Analyzer.TokenStreamComponents
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_STOPWORD_FILE
File containing default CJK stopwords.
|
stopwords
GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
Constructor and Description |
---|
CJKAnalyzer()
Builds an analyzer which removes words in
getDefaultStopSet() . |
CJKAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words
|
CJKAnalyzer(Version matchVersion)
Deprecated.
Use
CJKAnalyzer() |
CJKAnalyzer(Version matchVersion,
CharArraySet stopwords)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader) |
static CharArraySet |
getDefaultStopSet()
Returns an unmodifiable instance of the default stop-words set.
|
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet
close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, initReader, setVersion, tokenStream, tokenStream
public static final String DEFAULT_STOPWORD_FILE
public CJKAnalyzer()
getDefaultStopSet()
.@Deprecated public CJKAnalyzer(Version matchVersion)
CJKAnalyzer()
public CJKAnalyzer(CharArraySet stopwords)
stopwords
- a stopword set@Deprecated public CJKAnalyzer(Version matchVersion, CharArraySet stopwords)
CJKAnalyzer(CharArraySet)
public static CharArraySet getDefaultStopSet()
protected Analyzer.TokenStreamComponents createComponents(String fieldName, Reader reader)
createComponents
in class Analyzer
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.