Documentation of 'org.apache.lucene.analysis.Tokenizer' Java class
Tokenizer
org.apache.lucene.analysis

Class Tokenizer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close()
      By default, closes the input Reader.
      void reset(java.io.Reader input)
      Expert: Reset the tokenizer to a new reader.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        By default, closes the input Reader.
        Overrides:
        close in class TokenStream
        Throws:
        java.io.IOException
      • reset

        public void reset(java.io.Reader input)
                   throws java.io.IOException
        Expert: Reset the tokenizer to a new reader. Typically, an analyzer (in its reusableTokenStream method) will use this to re-use a previously created tokenizer.
        Throws:
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.