Method | Description | |
---|---|---|
Delete ( ) : void |
Delete this commit point. This only applies when using the commit point in the context of IndexWriter's IndexDeletionPolicy. 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 IndexDeletionPolicy.OnInit(System.Collections.IList) or IndexDeletionPolicy.OnCommit(System.Collections.IList) methods.
|
|
Equals ( System other ) : bool |
Two IndexCommits are equal if both their Directory and versions are equal.
|
|
GetHashCode ( ) : int |