Class LongTokenFilter


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

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

        input
    • Constructor Summary

      Constructors 
      Constructor Description
      LongTokenFilter​(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

      • LongTokenFilter

        public LongTokenFilter​(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