static final class DocumentsWriter.ResolveUpdatesEvent extends java.lang.Object implements IndexWriter.Event
| Modifier and Type | Field and Description |
|---|---|
private FrozenBufferedUpdates |
packet |
| Constructor and Description |
|---|
ResolveUpdatesEvent(FrozenBufferedUpdates packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(IndexWriter writer,
boolean triggerMerge,
boolean forcePurge)
Processes the event.
|
private final FrozenBufferedUpdates packet
ResolveUpdatesEvent(FrozenBufferedUpdates packet)
public void process(IndexWriter writer, boolean triggerMerge, boolean forcePurge) throws java.io.IOException
IndexWriter.EventIndexWriter
passed as the first argument.process in interface IndexWriter.Eventwriter - the IndexWriter that executes the event.triggerMerge - false iff this event should not trigger any segment mergesforcePurge - true iff this event should clear all buffers associated with the event.java.io.IOException - if an IOException occurs