mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@774289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc0ba58d0e
commit
549996ec70
|
@ -41,7 +41,7 @@ public abstract class LogMergePolicy extends MergePolicy {
|
||||||
|
|
||||||
/** Defines the allowed range of log(size) for each
|
/** Defines the allowed range of log(size) for each
|
||||||
* level. A level is computed by taking the max segment
|
* level. A level is computed by taking the max segment
|
||||||
* log size, minuse LEVEL_LOG_SPAN, and finding all
|
* log size, minus LEVEL_LOG_SPAN, and finding all
|
||||||
* segments falling within that range. */
|
* segments falling within that range. */
|
||||||
public static final double LEVEL_LOG_SPAN = 0.75;
|
public static final double LEVEL_LOG_SPAN = 0.75;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue