From 0057c039bee43940e79acc5e803bbaef2f354424 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Tue, 12 Jun 2012 16:55:28 +0000 Subject: [PATCH] javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1349437 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/lucene/index/TieredMergePolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java b/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java index 25fc3560e52..ce574973d5a 100644 --- a/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java +++ b/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java @@ -38,7 +38,7 @@ import java.util.ArrayList; * policy also does not over-merge (i.e. cascade merges). * *

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