org.apache.lucene.index
Class MultipleTermPositions
- TermDocs, TermPositions
public class MultipleTermPositions
Describe class MultipleTermPositions
here.
MultipleTermPositions
public MultipleTermPositions(IndexReader indexReader,
Term[] terms)
throws IOException
Creates a new MultipleTermPositions
instance.
close
public final void close()
throws IOException
- close in interface TermDocs
next
public final boolean next()
throws IOException
- next in interface TermDocs
read
public int read(int[] arg0,
int[] arg1)
throws IOException
Not implemented.
- read in interface TermDocs
seek
public void seek(Term arg0)
throws IOException
Not implemented.
- seek in interface TermDocs
seek
public void seek(TermEnum termEnum)
throws IOException
Not implemented.
- seek in interface TermDocs
skipTo
public final boolean skipTo(int target)
throws IOException
- skipTo in interface TermDocs
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.