Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » index » memory » [javadoc | source]
org.apache.lucene.index.memory
static final class: PatternAnalyzer.FastStringTokenizer [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.index.memory.PatternAnalyzer$FastStringTokenizer
Special-case class for best performance in common cases; this class is otherwise unnecessary.
Constructor:
 public FastStringTokenizer(String str,
    boolean isLetter,
    boolean toLowerCase,
    Set stopWords) 
Method from org.apache.lucene.index.memory.PatternAnalyzer$FastStringTokenizer Summary:
next
Methods from org.apache.lucene.analysis.TokenStream:
close,   next,   next,   reset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.index.memory.PatternAnalyzer$FastStringTokenizer Detail:
 public Token next()