Package org.elasticsearch.index.deletionpolicy

Class Summary
DeletionPolicyModule  
DeletionPolicyModule.DeletionPolicySettings  
KeepLastNDeletionPolicy  
KeepOnlyLastDeletionPolicy This IndexDeletionPolicy implementation that keeps only the most recent commit and immediately removes all prior commits after a new commit is done.
SnapshotDeletionPolicy Snapshot deletion policy allows to get snapshots of an index state (last commit or all commits) and if the deletion policy is used with all open index writers (JVM level) then the snapshot state will not be deleted until it will be released.
SnapshotIndexCommit A snapshot index commit point.
SnapshotIndexCommits Represents a snapshot view of several commits.
 



Copyright © 2009-2012. All Rights Reserved.