public final class HTMLStripCharFilter
extends org.apache.lucene.analysis.BaseCharFilter
| Constructor and Description |
|---|
HTMLStripCharFilter(org.apache.lucene.analysis.CharStream source) |
HTMLStripCharFilter(org.apache.lucene.analysis.CharStream source,
Set<String> escapedTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
addOffCorrectMap, correct, getLastCumulativeDiffpublic HTMLStripCharFilter(org.apache.lucene.analysis.CharStream source)
source - public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class org.apache.lucene.analysis.CharFilterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.analysis.CharFilterIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.