org.crosswire.jsword.index.lucene
Class StrongsNumberFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.crosswire.jsword.index.lucene.StrongsNumberFilter
public class StrongsNumberFilter
- extends org.apache.lucene.analysis.TokenFilter
A StrongsNumberFilter normalizes Strong's Numbers.
- 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 |
StrongsNumberFilter(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 |
StrongsNumberFilter
public StrongsNumberFilter(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