mirror of https://github.com/apache/lucene.git
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:
parent
38fc03163a
commit
8f323e2dea
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue