Class VerbatimTokenFilter


  • public class VerbatimTokenFilter
    extends org.apache.lucene.analysis.Tokenizer
    • Field Summary

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

        input
    • 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
    • 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