Class DateTimeAnalyser


  • public class DateTimeAnalyser
    extends org.apache.lucene.analysis.Analyzer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName, java.io.Reader reader)  
      • Methods inherited from class org.apache.lucene.analysis.Analyzer

        close, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream
      • Methods inherited from class java.lang.Object

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

      • DateTimeAnalyser

        public DateTimeAnalyser()
    • Method Detail

      • tokenStream

        public org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName,
                                                                  java.io.Reader reader)
        Specified by:
        tokenStream in class org.apache.lucene.analysis.Analyzer