Closeable, AutoCloseable, Readablepublic final class HTMLStripCharFilter
extends org.apache.lucene.analysis.BaseCharFilter
| Constructor | Description |
|---|---|
HTMLStripCharFilter(org.apache.lucene.analysis.CharStream source) |
|
HTMLStripCharFilter(org.apache.lucene.analysis.CharStream source,
Set<String> escapedTags) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
int |
read() |
|
int |
read(char[] cbuf,
int off,
int len) |
addOffCorrectMap, correct, getLastCumulativeDiffcorrectOffset, mark, markSupported, resetpublic 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 AutoCloseableclose in interface Closeableclose in class org.apache.lucene.analysis.CharFilterIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.