org.apache.lucene.index
Class FilterIndexReader.FilterTermDocs
java.lang.Object
org.apache.lucene.index.FilterIndexReader.FilterTermDocs
- FilterIndexReader
- TermDocs
public static class FilterIndexReader.FilterTermDocs
extends java.lang.Object
Base class for filtering
TermDocs
implementations.
FilterTermDocs
public FilterTermDocs(TermDocs in)
close
public void close()
throws IOException
- close in interface TermDocs
next
public boolean next()
throws IOException
- next in interface TermDocs
read
public int read(int[] docs,
int[] freqs)
throws IOException
- read in interface TermDocs
skipTo
public boolean skipTo(int i)
throws IOException
- skipTo in interface TermDocs
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.