org.crosswire.jsword.index.lucene
Class KeyFilter

java.lang.Object
  extended by org.apache.lucene.analysis.TokenStream
      extended by org.apache.lucene.analysis.TokenFilter
          extended by org.crosswire.jsword.index.lucene.KeyFilter

public class KeyFilter
extends org.apache.lucene.analysis.TokenFilter

A KeyFilter normalizes Key.

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
KeyFilter(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

KeyFilter

public KeyFilter(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