mirror of https://github.com/apache/lucene.git
typo in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@580553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dce47c6401
commit
7496e8834f
|
@ -153,7 +153,7 @@ import java.util.Map.Entry;
|
|||
select which merges to do, if any, and return a {@link
|
||||
MergePolicy.MergeSpecification} describing the merges. It
|
||||
also selects merges to do for optimize(). (The default is
|
||||
{@link LogByteMergePolicy}. Then, the {@link
|
||||
{@link LogByteSizeMergePolicy}. Then, the {@link
|
||||
MergeScheduler} is invoked with the requested merges and
|
||||
it decides when and how to run the merges. The default is
|
||||
{@link ConcurrentMergeScheduler}. </p>
|
||||
|
|
Loading…
Reference in New Issue