Uses of Class
org.apache.lucene.index.IndexReader

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

Uses of IndexReader in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return IndexReader
static IndexReader IndexReader.open(String path)
          Returns an IndexReader reading the index in an FSDirectory in the named path.
static IndexReader IndexReader.open(File path)
          Returns an IndexReader reading the index in an FSDirectory in the named path.
static IndexReader IndexReader.open(Directory directory)
          Returns an IndexReader reading the index in the given Directory.
 

Uses of IndexReader in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type IndexReader
abstract  BitSet Filter.bits(IndexReader reader)
          Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.
 BitSet DateFilter.bits(IndexReader reader)
          Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.
 

Constructors in org.apache.lucene.search with parameters of type IndexReader
FilteredTermEnum(IndexReader reader, Term term)
           
FuzzyTermEnum(IndexReader reader, Term term)
           
IndexSearcher(IndexReader r)
          Creates a searcher searching the provided index.
WildcardTermEnum(IndexReader reader, Term term)
          Creates new WildcardTermEnum
 



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