Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » index » [javadoc | source]
org.apache.lucene.index
public static class: FilterIndexReader.FilterTermEnum [javadoc | source]
java.lang.Object
   org.apache.lucene.index.TermEnum
      org.apache.lucene.index.FilterIndexReader$FilterTermEnum
Base class for filtering TermEnum implementations.
Field Summary
protected  TermEnum in     
Constructor:
 public FilterTermEnum(TermEnum in) 
Method from org.apache.lucene.index.FilterIndexReader$FilterTermEnum Summary:
close,   docFreq,   next,   term
Methods from org.apache.lucene.index.TermEnum:
close,   docFreq,   next,   skipTo,   term
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.index.FilterIndexReader$FilterTermEnum Detail:
 public  void close() throws IOException 
 public int docFreq() 
 public boolean next() throws IOException 
 public Term term()