git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-06-12 16:55:28 +00:00
parent 97b0066023
commit 0057c039be
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import java.util.ArrayList;
* policy also does not over-merge (i.e. cascade merges).
*
* <p>For normal merging, this policy first computes a
* "budget" of how many segments are allowed by be in the
* "budget" of how many segments are allowed to be in the
* index. If the index is over-budget, then the policy
* sorts segments by decreasing size (pro-rating by percent
* deletes), and then finds the least-cost merge. Merge