Class DateTimeTokenFilter


  • public class DateTimeTokenFilter
    extends org.apache.lucene.analysis.Tokenizer
    Author:
    andyh
    • Field Summary

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

        input
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildIterator()  
      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

      • DateTimeTokenFilter

        public DateTimeTokenFilter​(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
      • buildIterator

        public void buildIterator()
                           throws java.io.IOException
        Throws:
        java.io.IOException