Uses of Class
org.apache.lucene.index.MergePolicy.MergeAbortedException
-
Packages that use MergePolicy.MergeAbortedException Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of MergePolicy.MergeAbortedException in org.apache.lucene.index
Methods in org.apache.lucene.index that throw MergePolicy.MergeAbortedException Modifier and Type Method Description voidMergePolicy.OneMerge. checkAborted(Directory dir)Called periodically byIndexWriterwhile merging to see if the merge is aborted.voidMergeState.CheckAbort. work(double units)Records the fact that roughly units amount of work have been done since this method was last called.
-