public final class KeepOnlyLastCommitDeletionPolicy extends Object implements IndexDeletionPolicy
IndexDeletionPolicy
implementation that
keeps only the most recent commit and immediately removes
all prior commits after a new commit is done. This is
the default deletion policy.Constructor and Description |
---|
KeepOnlyLastCommitDeletionPolicy() |
public void onInit(List commits)
onInit
in interface IndexDeletionPolicy
commits
- List of current
point-in-time commits
,
sorted by age (the 0th one is the oldest commit).public void onCommit(List commits)
onCommit
in interface IndexDeletionPolicy
commits
- List of IndexCommit
,
sorted by age (the 0th one is the oldest commit).Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.