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

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

Uses of IndexCommit in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return IndexCommit
 IndexCommit IndexReader.getIndexCommit()
          Expert: return the IndexCommit that this reader has opened.
 

Methods in org.apache.lucene.index with parameters of type IndexCommit
static IndexReader IndexReader.open(IndexCommit commit)
          Expert: returns a read/write IndexReader reading the index in the given IndexCommit.
static IndexReader IndexReader.open(IndexCommit commit, IndexDeletionPolicy deletionPolicy)
          Expert: returns a read/write IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy.
static IndexReader IndexReader.open(IndexCommit commit, IndexDeletionPolicy deletionPolicy, boolean readOnly)
          Expert: returns a read/write or read only IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy.
 



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