public interface IndexCommitPoint
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deprecated.
Delete this commit point.
|
Collection |
getFileNames()
Deprecated.
Returns all index files referenced by this commit point.
|
String |
getSegmentsFileName()
Deprecated.
Get the segments file (
segments_N) associated
with this commit point. |
String getSegmentsFileName()
segments_N) associated
with this commit point.Collection getFileNames() throws IOException
IOExceptionvoid delete()
Upon calling this, the writer is notified that this commit point should be deleted.
Decision that a commit-point should be deleted is taken by the IndexDeletionPolicy in effect
and therefore this should only be called by its onInit() or
onCommit() methods.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.