Table of Contents

Interface IIndexCommiter

Namespace
Examine.Lucene.Providers
Assembly
Examine.Lucene.dll

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()