small Javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-11-23 19:05:15 +00:00
parent b01416fcb3
commit 6e71206441

View File

@ -175,7 +175,7 @@ public final class FuzzyTermEnum extends FilteredTermEnum {
*
* <p>To calculate the maximum distance threshold we use the following formula:
* <pre>
* (1 - minimumSimilarity) / length</pre>
* (1 - minimumSimilarity) * length</pre>
* where length is the shortest term including any prefix that is not part of the
* similarity comparision. This formula was derived by solving for what maximum value
* of distance returns false for the following statements: