Uses of Class
org.apache.lucene.index.DocumentsWriterPerThread.FlushedSegment
Packages that use DocumentsWriterPerThread.FlushedSegment
-
Uses of DocumentsWriterPerThread.FlushedSegment in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterPerThread.FlushedSegmentMethods in org.apache.lucene.index that return DocumentsWriterPerThread.FlushedSegmentModifier and TypeMethodDescription(package private) DocumentsWriterPerThread.FlushedSegment
DocumentsWriterPerThread.flush
(DocumentsWriter.FlushNotifications flushNotifications) Flush all pending docs to a new segment(package private) DocumentsWriterPerThread.FlushedSegment
DocumentsWriterFlushQueue.FlushTicket.getFlushedSegment()
Returns the flushed segment ornull
if this flush ticket doesn't have a segment.Methods in org.apache.lucene.index with parameters of type DocumentsWriterPerThread.FlushedSegmentModifier and TypeMethodDescription(package private) void
DocumentsWriterFlushQueue.addSegment
(DocumentsWriterFlushQueue.FlushTicket ticket, DocumentsWriterPerThread.FlushedSegment segment) (package private) void
DocumentsWriterPerThread.sealFlushedSegment
(DocumentsWriterPerThread.FlushedSegment flushedSegment, Sorter.DocMap sortMap, DocumentsWriter.FlushNotifications flushNotifications) Seals theSegmentInfo
for the new flushed segment and persists the deleted documentsFixedBitSet
.private void
DocumentsWriterFlushQueue.FlushTicket.setSegment
(DocumentsWriterPerThread.FlushedSegment segment)