Interface IIndexCommiter
This queues up a commit for the index so that a commit doesn't happen on every individual write since that is quite expensive
public interface IIndexCommiter : IDisposable
- Inherited Members
Methods
CommitNow()
Commits the index to directory
void CommitNow()
ScheduleCommit()
Schedules the index to be commited to the directory
void ScheduleCommit()