public class XRefFilter extends AbstractBookTokenFilter
The GNU Lesser General Public License for details.| Constructor and Description |
|---|
XRefFilter(Book book,
org.apache.lucene.analysis.TokenStream in)
Construct an XRefFilter tied to a Book.
|
XRefFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
equals, getBook, hashCode, setBookpublic XRefFilter(org.apache.lucene.analysis.TokenStream in)
in - public XRefFilter(Book book, org.apache.lucene.analysis.TokenStream in)
book - the book to which this TokenFilter is tied.in - the input TokenStreampublic boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOException