Method Release
Release(IndexCommit)
Deletes a snapshotted commit. Once this method returns, the snapshot information is persisted in the directory.
Declaration
public override void Release(IndexCommit commit)
Parameters
Type | Name | Description |
---|---|---|
IndexCommit | commit |
Overrides
See Also
Release(Int64)
Deletes a snapshotted commit by generation. Once this method returns, the snapshot information is persisted in the directory.
Declaration
public virtual void Release(long gen)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | gen |