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.FlushNotifications
DocumentsWriter. flushNotifications
private DocumentsWriter.FlushNotifications
IndexWriter. flushNotifications
Methods in org.apache.lucene.index with parameters of type DocumentsWriter.FlushNotifications Modifier and Type Method Description (package private) DocumentsWriterPerThread.FlushedSegment
DocumentsWriterPerThread. flush(DocumentsWriter.FlushNotifications flushNotifications)
Flush all pending docs to a new segmentprivate void
DocumentsWriterPerThread. maybeAbort(java.lang.String location, DocumentsWriter.FlushNotifications flushNotifications)
(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
.long
DocumentsWriterPerThread. updateDocument(java.lang.Iterable<? extends IndexableField> doc, Analyzer analyzer, DocumentsWriterDeleteQueue.Node<?> deleteNode, DocumentsWriter.FlushNotifications flushNotifications)
long
DocumentsWriterPerThread. updateDocuments(java.lang.Iterable<? extends java.lang.Iterable<? extends IndexableField>> docs, Analyzer analyzer, 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)
-