public class StandardHtmlStripAnalyzer
extends org.apache.lucene.analysis.StopwordAnalyzerBase
| Constructor | Description |
|---|---|
StandardHtmlStripAnalyzer() |
Deprecated.
use
StandardHtmlStripAnalyzer(CharArraySet) instead |
StandardHtmlStripAnalyzer(org.apache.lucene.analysis.CharArraySet stopwords) |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(java.lang.String fieldName) |
attributeFactory, close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, initReader, initReaderForNormalization, normalize, normalize, setVersion, tokenStream, tokenStream@Deprecated public StandardHtmlStripAnalyzer()
StandardHtmlStripAnalyzer(CharArraySet) insteadpublic StandardHtmlStripAnalyzer(org.apache.lucene.analysis.CharArraySet stopwords)