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.FlushedSegmentDocumentsWriterFlushQueue.FlushTicket. segmentMethods in org.apache.lucene.index that return DocumentsWriterPerThread.FlushedSegment Modifier and Type Method Description (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.FlushedSegment Modifier and Type Method Description (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)
-