Uses of Interface
org.apache.lucene.index.DocumentsWriter.FlushNotifications
Packages that use DocumentsWriter.FlushNotifications
-
Uses of DocumentsWriter.FlushNotifications in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriter.FlushNotificationsModifier and TypeFieldDescriptionprivate final DocumentsWriter.FlushNotificationsDocumentsWriter.flushNotificationsprivate final DocumentsWriter.FlushNotificationsIndexWriter.flushNotificationsMethods in org.apache.lucene.index with parameters of type DocumentsWriter.FlushNotificationsModifier and TypeMethodDescription(package private) DocumentsWriterPerThread.FlushedSegmentDocumentsWriterPerThread.flush(DocumentsWriter.FlushNotifications flushNotifications) Flush all pending docs to a new segmentprivate voidDocumentsWriterPerThread.maybeAbort(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(Iterable<? extends Iterable<? extends IndexableField>> docs, DocumentsWriterDeleteQueue.Node<?> deleteNode, DocumentsWriter.FlushNotifications flushNotifications, Runnable onNewDocOnRAM) Constructors in org.apache.lucene.index with parameters of type DocumentsWriter.FlushNotificationsModifierConstructorDescription(package private)DocumentsWriter(DocumentsWriter.FlushNotifications flushNotifications, int indexCreatedVersionMajor, AtomicLong pendingNumDocs, boolean enableTestPoints, Supplier<String> segmentNameSupplier, LiveIndexWriterConfig config, Directory directoryOrig, Directory directory, FieldInfos.FieldNumbers globalFieldNumberMap)