mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 07:19:18 +00:00
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:
parent
b01416fcb3
commit
6e71206441
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user