Uses of Class
org.apache.lucene.index.FieldUpdatesBuffer.BufferedUpdate
-
Packages that use FieldUpdatesBuffer.BufferedUpdate Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FieldUpdatesBuffer.BufferedUpdate in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FieldUpdatesBuffer.BufferedUpdate Modifier and Type Field Description private FieldUpdatesBuffer.BufferedUpdate
FieldUpdatesBuffer.BufferedUpdateIterator. bufferedUpdate
Methods in org.apache.lucene.index that return FieldUpdatesBuffer.BufferedUpdate Modifier and Type Method Description (package private) FieldUpdatesBuffer.BufferedUpdate
FieldUpdatesBuffer.BufferedUpdateIterator. next()
Moves to the next BufferedUpdate or return null if all updates are consumed.
-