Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » queryParser » [javadoc | source]
org.apache.lucene.queryParser
public static class: TestQueryParser.QPTestFilter [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.analysis.TokenFilter
         org.apache.lucene.queryParser.TestQueryParser$QPTestFilter
Field Summary
 boolean inPhrase     
 int savedStart     
 int savedEnd     
Fields inherited from org.apache.lucene.analysis.TokenFilter:
input
Constructor:
 public QPTestFilter(TokenStream in) 
    Filter which discards the token 'stop' and which expands the token 'phrase' into 'phrase1 phrase2'
Method from org.apache.lucene.queryParser.TestQueryParser$QPTestFilter Summary:
next
Methods from org.apache.lucene.analysis.TokenFilter:
close
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.queryParser.TestQueryParser$QPTestFilter Detail:
 public Token next() throws IOException