Uses of Package
org.apache.lucene.index

Packages that use org.apache.lucene.index
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.search Search over indices. 
 

Classes in org.apache.lucene.index used by org.apache.lucene.index
IndexReader
          IndexReader is an abstract class, providing an interface for accessing an index.
Term
          A Term represents a word from text.
TermDocs
          TermDocs provides an interface for enumerating <document, frequency> pairs for a term.
TermEnum
          Abstract class for enumerating terms.
TermPositions
          TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
 

Classes in org.apache.lucene.index used by org.apache.lucene.search
IndexReader
          IndexReader is an abstract class, providing an interface for accessing an index.
Term
          A Term represents a word from text.
TermEnum
          Abstract class for enumerating terms.
 



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