Uses of Class
org.apache.lucene.index.MergePolicy.OneMergeProgress
Packages that use MergePolicy.OneMergeProgress
-
Uses of MergePolicy.OneMergeProgress in org.apache.lucene.index
Methods in org.apache.lucene.index that return MergePolicy.OneMergeProgressModifier and TypeMethodDescriptionMergePolicy.OneMerge.getMergeProgress()
Returns aMergePolicy.OneMergeProgress
instance for this merge, which provides statistics of the merge threads (run time vs.Constructors in org.apache.lucene.index with parameters of type MergePolicy.OneMergeProgressModifierConstructorDescriptionMergeRateLimiter
(MergePolicy.OneMergeProgress mergeProgress) Sole constructor.