Package org.apache.lucene.index

Code to maintain and access indices.

See:
          Description

Interface Summary
TermDocs TermDocs provides an interface for enumerating <document, frequency> pairs for a term.
TermPositions TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
 

Class Summary
IndexReader IndexReader is an abstract class, providing an interface for accessing an index.
IndexWriter An IndexWriter creates and maintains an index.
Term A Term represents a word from text.
TermEnum Abstract class for enumerating terms.
 

Package org.apache.lucene.index Description

Code to maintain and access indices.



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