Class IntegerTokenFilter


  • public class IntegerTokenFilter
    extends org.apache.lucene.analysis.Tokenizer
    Simple tokeniser for integers.
    Author:
    Andy Hind
    • Field Summary

      • Fields inherited from class org.apache.lucene.analysis.Tokenizer

        input
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerTokenFilter​(java.io.Reader in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.Token next()  
      • Methods inherited from class org.apache.lucene.analysis.Tokenizer

        close, reset
      • Methods inherited from class org.apache.lucene.analysis.TokenStream

        next, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerTokenFilter

        public IntegerTokenFilter​(java.io.Reader in)
    • Method Detail

      • next

        public org.apache.lucene.analysis.Token next()
                                              throws java.io.IOException
        Overrides:
        next in class org.apache.lucene.analysis.TokenStream
        Throws:
        java.io.IOException