Class NoDeletionPolicy
An IndexDeletionPolicy which keeps all index commits around, never deleting them. This class is a singleton and can be accessed by referencing INSTANCE.
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class NoDeletionPolicy : IndexDeletionPolicy
Fields
Name | Description |
---|---|
INSTANCE | The single instance of this class. |
Methods
Name | Description |
---|---|
Clone() | |
OnCommit<T>(IList<T>) | |
OnInit<T>(IList<T>) |