Uses of Class
org.apache.lucene.index.BufferedUpdates
-
Packages that use BufferedUpdates Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of BufferedUpdates in org.apache.lucene.index
Fields in org.apache.lucene.index declared as BufferedUpdates Modifier and Type Field Description private BufferedUpdates
DocumentsWriterDeleteQueue. globalBufferedUpdates
private BufferedUpdates
DocumentsWriterPerThread. pendingUpdates
BufferedUpdates
SegmentWriteState. segUpdates
Deletes and updates to apply while we are flushing the segment.Methods in org.apache.lucene.index with parameters of type BufferedUpdates Modifier and Type Method Description (package private) void
DocumentsWriterDeleteQueue.DeleteSlice. apply(BufferedUpdates del, int docIDUpto)
(package private) void
DocumentsWriterDeleteQueue.DocValuesUpdatesNode. apply(BufferedUpdates bufferedUpdates, int docIDUpto)
(package private) void
DocumentsWriterDeleteQueue.Node. apply(BufferedUpdates bufferedDeletes, int docIDUpto)
(package private) void
DocumentsWriterDeleteQueue.QueryArrayNode. apply(BufferedUpdates bufferedUpdates, int docIDUpto)
(package private) void
DocumentsWriterDeleteQueue.TermArrayNode. apply(BufferedUpdates bufferedUpdates, int docIDUpto)
(package private) void
DocumentsWriterDeleteQueue.TermNode. apply(BufferedUpdates bufferedDeletes, int docIDUpto)
Constructors in org.apache.lucene.index with parameters of type BufferedUpdates Constructor Description FlushedSegment(InfoStream infoStream, SegmentCommitInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segmentUpdates, FixedBitSet liveDocs, int delCount, Sorter.DocMap sortMap)
FrozenBufferedUpdates(InfoStream infoStream, BufferedUpdates updates, SegmentCommitInfo privateSegment)
SegmentWriteState(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segUpdates, IOContext context)
Sole constructor.SegmentWriteState(InfoStream infoStream, Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segUpdates, IOContext context, java.lang.String segmentSuffix)
Constructor which takes segment suffix.
-