Interface IndexWriter.IEvent
Interface for internal atomic events. See Lucene.
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public interface IEvent
Methods
| Improve this Doc View SourceProcess(IndexWriter, Boolean, Boolean)
Processes the event. this method is called by the Index
Declaration
void Process(IndexWriter writer, bool triggerMerge, bool clearBuffers)
Parameters
Type | Name | Description |
---|---|---|
Index |
writer | the Index |
System. |
triggerMerge |
|
System. |
clearBuffers |
|
Exceptions
Type | Condition |
---|---|
System. |
if an System. |