org.crosswire.jsword.index.lucene
Class XRefFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.crosswire.jsword.index.lucene.XRefFilter
public class XRefFilter
- extends org.apache.lucene.analysis.TokenFilter
A KeyFilter normalizes OSISrefs.
- Author:
- DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Fields inherited from class org.apache.lucene.analysis.TokenFilter |
input |
Constructor Summary |
XRefFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in. |
Method Summary |
org.apache.lucene.analysis.Token |
next()
|
Methods inherited from class org.apache.lucene.analysis.TokenFilter |
close |
Methods inherited from class org.apache.lucene.analysis.TokenStream |
reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XRefFilter
public XRefFilter(org.apache.lucene.analysis.TokenStream in)
- Construct filtering in.
next
public final org.apache.lucene.analysis.Token next()
throws IOException
- Specified by:
next
in class org.apache.lucene.analysis.TokenStream
- Throws:
IOException