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 Table Of Contents 
org.apache.lucene.search.spans The calculus of spans. 
 

Classes in org.apache.lucene.index used by org.apache.lucene.index
FilterIndexReader.FilterTermDocs
          Base class for filtering TermDocs implementations.
IndexFileNameFilter
          Filename filter that accept filenames and extensions only created by Lucene.
IndexReader
          IndexReader is an abstract class, providing an interface for accessing an index.
IndexReader.FieldOption
           
IndexWriter
          An IndexWriter creates and maintains 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.
TermFreqVector
          Provides access to stored term vector of a document field.
TermPositions
          TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term.
TermPositionVector
          Extends TermFreqVector to provide additional information about positions in which each of the terms is found.
TermVectorOffsetInfo
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

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.
TermFreqVector
          Provides access to stored term vector of a document field.
 

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



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