Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
private DocumentsWriterDeleteQueue.DeleteSlice |
DocumentsWriterPerThread.deleteSlice |
private DocumentsWriterDeleteQueue.DeleteSlice |
DocumentsWriterDeleteQueue.globalSlice
Used to record deletes against all prior (already written to disk) segments.
|
Modifier and Type | Method and Description |
---|---|
(package private) DocumentsWriterDeleteQueue.DeleteSlice |
DocumentsWriterDeleteQueue.newSlice() |
Modifier and Type | Method and Description |
---|---|
(package private) long |
DocumentsWriterDeleteQueue.add(DocumentsWriterDeleteQueue.Node<?> deleteNode,
DocumentsWriterDeleteQueue.DeleteSlice slice)
invariant for document update
|
(package private) FrozenBufferedUpdates |
DocumentsWriterDeleteQueue.freezeGlobalBuffer(DocumentsWriterDeleteQueue.DeleteSlice callerSlice) |
(package private) long |
DocumentsWriterDeleteQueue.updateSlice(DocumentsWriterDeleteQueue.DeleteSlice slice)
Negative result means there were new deletes since we last applied
|
(package private) boolean |
DocumentsWriterDeleteQueue.updateSliceNoSeqNo(DocumentsWriterDeleteQueue.DeleteSlice slice)
Just like updateSlice, but does not assign a sequence number
|