Uses of Interface
org.apache.lucene.index.DocumentsWriter.FlushNotifications
-
Packages that use DocumentsWriter.FlushNotifications Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriter.FlushNotifications in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriter.FlushNotifications Modifier and Type Field Description private DocumentsWriter.FlushNotificationsDocumentsWriter. flushNotificationsprivate DocumentsWriter.FlushNotificationsIndexWriter. flushNotificationsMethods in org.apache.lucene.index with parameters of type DocumentsWriter.FlushNotifications Modifier and Type Method Description (package private) DocumentsWriterPerThread.FlushedSegmentDocumentsWriterPerThread. flush(DocumentsWriter.FlushNotifications flushNotifications)Flush all pending docs to a new segmentprivate voidDocumentsWriterPerThread. maybeAbort(java.lang.String location, DocumentsWriter.FlushNotifications flushNotifications)(package private) voidDocumentsWriterPerThread. sealFlushedSegment(DocumentsWriterPerThread.FlushedSegment flushedSegment, Sorter.DocMap sortMap, DocumentsWriter.FlushNotifications flushNotifications)Seals theSegmentInfofor the new flushed segment and persists the deleted documentsFixedBitSet.(package private) longDocumentsWriterPerThread. updateDocuments(java.lang.Iterable<? extends java.lang.Iterable<? extends IndexableField>> docs, DocumentsWriterDeleteQueue.Node<?> deleteNode, DocumentsWriter.FlushNotifications flushNotifications)Constructors in org.apache.lucene.index with parameters of type DocumentsWriter.FlushNotifications Constructor Description DocumentsWriter(DocumentsWriter.FlushNotifications flushNotifications, int indexCreatedVersionMajor, java.util.concurrent.atomic.AtomicLong pendingNumDocs, boolean enableTestPoints, java.util.function.Supplier<java.lang.String> segmentNameSupplier, LiveIndexWriterConfig config, Directory directoryOrig, Directory directory, FieldInfos.FieldNumbers globalFieldNumberMap)
-