org.crosswire.jsword.index.lucene
Class StrongsNumberFilter

java.lang.Object
  extended by org.apache.lucene.analysis.TokenStream
      extended by org.apache.lucene.analysis.TokenFilter
          extended by 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.

Field Summary
 
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
 

Constructor Detail

StrongsNumberFilter

public StrongsNumberFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in.

Method Detail

next

public final org.apache.lucene.analysis.Token next()
                                            throws IOException
Specified by:
next in class org.apache.lucene.analysis.TokenStream
Throws:
IOException

Copyright ยจ 2003-2007