| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
DocumentsWriter.ApplyDeletesEvent |
(package private) static class |
DocumentsWriter.DeleteNewFilesEvent |
(package private) static class |
DocumentsWriter.FlushFailedEvent |
(package private) static class |
DocumentsWriter.ForcedPurgeEvent |
(package private) static class |
DocumentsWriter.MergePendingEvent |
| Modifier and Type | Field and Description |
|---|---|
(package private) static IndexWriter.Event |
DocumentsWriter.ApplyDeletesEvent.INSTANCE |
(package private) static IndexWriter.Event |
DocumentsWriter.MergePendingEvent.INSTANCE |
(package private) static IndexWriter.Event |
DocumentsWriter.ForcedPurgeEvent.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<IndexWriter.Event> |
IndexWriter.eventQueue |
private java.util.Queue<IndexWriter.Event> |
DocumentsWriter.events |
| Modifier and Type | Method and Description |
|---|---|
java.util.Queue<IndexWriter.Event> |
DocumentsWriter.eventQueue() |
| Modifier and Type | Method and Description |
|---|---|
private void |
DocumentsWriter.putEvent(IndexWriter.Event event) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
IndexWriter.processEvents(java.util.Queue<IndexWriter.Event> queue,
boolean triggerMerge,
boolean forcePurge) |