StopwordAnalyzerBase
@Deprecated public abstract class StopwordAnalyzerBase extends StopwordAnalyzerBase
Analyzer.ReuseStrategy, Analyzer.TokenStreamComponents
stopwords
GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
Modifier | Constructor and Description |
---|---|
protected |
StopwordAnalyzerBase()
Deprecated.
Creates a new Analyzer with an empty stopword set
|
protected |
StopwordAnalyzerBase(CharArraySet stopwords)
Deprecated.
Creates a new instance initialized with the given stopword set
|
Modifier and Type | Method and Description |
---|---|
CharArraySet |
getStopwordSet()
Deprecated.
|
loadStopwordSet, loadStopwordSet, loadStopwordSet
attributeFactory, close, createComponents, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, initReader, initReaderForNormalization, normalize, normalize, setVersion, tokenStream, tokenStream
protected StopwordAnalyzerBase(CharArraySet stopwords)
stopwords
- the analyzer's stopword setprotected StopwordAnalyzerBase()
public CharArraySet getStopwordSet()
getStopwordSet
in class StopwordAnalyzerBase
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.