public class StandardHtmlStripAnalyzer
extends org.apache.lucene.analysis.util.StopwordAnalyzerBase
| Constructor and Description |
|---|
StandardHtmlStripAnalyzer()
Deprecated.
use
StandardHtmlStripAnalyzer(CharArraySet) instead |
StandardHtmlStripAnalyzer(org.apache.lucene.analysis.util.CharArraySet stopwords) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName) |
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet@Deprecated public StandardHtmlStripAnalyzer()
StandardHtmlStripAnalyzer(CharArraySet) insteadpublic StandardHtmlStripAnalyzer(org.apache.lucene.analysis.util.CharArraySet stopwords)
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
createComponents in class org.apache.lucene.analysis.AnalyzerCopyright © 2009–2016. All rights reserved.