Uses of Class
org.apache.lucene.index.DocTermOrds.TermOrdsIterator

Packages that use DocTermOrds.TermOrdsIterator
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of DocTermOrds.TermOrdsIterator in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return DocTermOrds.TermOrdsIterator
 DocTermOrds.TermOrdsIterator DocTermOrds.lookup(int doc, DocTermOrds.TermOrdsIterator reuse)
          Returns an iterator to step through the term ords for this document.
 DocTermOrds.TermOrdsIterator DocTermOrds.TermOrdsIterator.reset(int docID)
           
 

Methods in org.apache.lucene.index with parameters of type DocTermOrds.TermOrdsIterator
 DocTermOrds.TermOrdsIterator DocTermOrds.lookup(int doc, DocTermOrds.TermOrdsIterator reuse)
          Returns an iterator to step through the term ords for this document.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.