Class KeepOnlyLastCommitDeletionPolicy
This Index
Inheritance
System.Object
KeepOnlyLastCommitDeletionPolicy
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class KeepOnlyLastCommitDeletionPolicy : object, IndexDeletionPolicy
Methods
Name | Description |
---|---|
OnCommit<T>(IList<T>) | Deletes all commits except the most recent one. |
OnInit<T>(IList<T>) | Deletes all commits except the most recent one. |