Uses of Class
org.apache.lucene.index.FieldUpdatesBuffer
-
Packages that use FieldUpdatesBuffer Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FieldUpdatesBuffer in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type FieldUpdatesBuffer Modifier and Type Field Description (package private) java.util.Map<java.lang.String,FieldUpdatesBuffer>
BufferedUpdates. fieldUpdates
private java.util.Map<java.lang.String,FieldUpdatesBuffer>
FrozenBufferedUpdates. fieldUpdates
Method parameters in org.apache.lucene.index with type arguments of type FieldUpdatesBuffer Modifier and Type Method Description private static long
FrozenBufferedUpdates. applyDocValuesUpdates(BufferedUpdatesStream.SegmentState segState, java.util.Map<java.lang.String,FieldUpdatesBuffer> updates, long delGen, boolean segmentPrivateDeletes)
-