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.FlushedSegmentDocumentsWriterPerThread.flush(DocumentsWriter.FlushNotifications flushNotifications) Flush all pending docs to a new segment(package private) DocumentsWriterPerThread.FlushedSegmentDocumentsWriterFlushQueue.FlushTicket.getFlushedSegment()Returns the flushed segment ornullif this flush ticket doesn't have a segment.Methods in org.apache.lucene.index with parameters of type DocumentsWriterPerThread.FlushedSegmentModifier and TypeMethodDescription(package private) voidDocumentsWriterFlushQueue.addSegment(DocumentsWriterFlushQueue.FlushTicket ticket, DocumentsWriterPerThread.FlushedSegment segment) (package private) voidDocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.FlushedSegment flushedSegment, Sorter.DocMap sortMap, DocumentsWriter.FlushNotifications flushNotifications) Seals theSegmentInfofor the new flushed segment and persists the deleted documentsFixedBitSet.private voidDocumentsWriterFlushQueue.FlushTicket.setSegment(DocumentsWriterPerThread.FlushedSegment segment)