Uses of Interface
org.apache.lucene.index.IndexCommitPoint

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

Uses of IndexCommitPoint in org.apache.lucene.index
 

Classes in org.apache.lucene.index that implement IndexCommitPoint
 class IndexCommit
          Expert: represents a single commit into an index as seen by the IndexDeletionPolicy or IndexReader.
 

Methods in org.apache.lucene.index that return IndexCommitPoint
 IndexCommitPoint SnapshotDeletionPolicy.snapshot()
          Take a snapshot of the most recent commit to the index.
 



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