Method Process
Process(IndexWriter, Boolean, Boolean)
Processes the event. this method is called by the IndexWriter passed as the first argument.
Declaration
void Process(IndexWriter writer, bool triggerMerge, bool clearBuffers)
Parameters
Type | Name | Description |
---|---|---|
IndexWriter | writer | the IndexWriter that executes the event. |
System.Boolean | triggerMerge |
|
System.Boolean | clearBuffers |
|