org.apache.lucene.index
Class DocTermOrds.TermOrdsIterator
java.lang.Object
org.apache.lucene.index.DocTermOrds.TermOrdsIterator
- Enclosing class:
- DocTermOrds
public class DocTermOrds.TermOrdsIterator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocTermOrds.TermOrdsIterator
public DocTermOrds.TermOrdsIterator()
read
public int read(int[] buffer)
- Buffer must be at least 5 ints long. Returns number
of term ords placed into buffer; if this count is
less than buffer.length then that is the end.
reset
public DocTermOrds.TermOrdsIterator reset(int docID)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.