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.PatternTokenizer [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.index.memory.PatternAnalyzer$PatternTokenizer
The work horse; performance isn't fantastic, but it's not nearly as bad as one might think - kudos to the Sun regex developers.
Constructor:
 public PatternTokenizer(String str,
    Pattern pattern,
    boolean toLowerCase) 
Method from org.apache.lucene.index.memory.PatternAnalyzer$PatternTokenizer 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$PatternTokenizer Detail:
 public Token next()