merge this sentence back together

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-07-02 19:50:35 +00:00
parent 38fc03163a
commit 8f323e2dea
1 changed files with 1 additions and 1 deletions

View File

@ -1448,12 +1448,12 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
* {@link MergePolicy.MergeAbortedException}.
*
* @param maxNumSegments maximum number of segments left
* in the index after merging finishes
*
* @throws CorruptIndexException if the index is corrupt
* @throws IOException if there is a low-level IO error
* @see MergePolicy#findMerges
*
* in the index after merging finishes
*/
public void forceMerge(int maxNumSegments) throws IOException {
forceMerge(maxNumSegments, true);