Uses of Class
org.apache.lucene.index.DocumentsWriterPerThread.FlushedSegment
-
Packages that use DocumentsWriterPerThread.FlushedSegment Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriterPerThread.FlushedSegment in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterPerThread.FlushedSegment Modifier and Type Field Description private DocumentsWriterPerThread.FlushedSegment
DocumentsWriterFlushQueue.FlushTicket. segment
Methods in org.apache.lucene.index that return DocumentsWriterPerThread.FlushedSegment Modifier and Type Method Description (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.FlushedSegment Modifier and Type Method Description (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)
-