Uses of Class
org.apache.lucene.index.MergePolicy.MergeAbortedException
Packages that use MergePolicy.MergeAbortedException
-
Uses of MergePolicy.MergeAbortedException in org.apache.lucene.index
Methods in org.apache.lucene.index that throw MergePolicy.MergeAbortedExceptionModifier and TypeMethodDescriptionvoid
MergePolicy.OneMerge.checkAborted
(Directory dir) Called periodically byIndexWriter
while merging to see if the merge is aborted.void
MergeState.CheckAbort.work
(double units) Records the fact that roughly units amount of work have been done since this method was last called.