Fix wikipedia link for Levenshtein edit distance.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2015-07-20 12:22:06 +00:00
parent 3523efbbfe
commit 85ea083c4b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
* {@link org.apache.lucene.search.FuzzyQuery FuzzyQuery}
* matches documents that contain terms similar to the specified term. Similarity is
* determined using
* <a href="http://en.wikipedia.org/wiki/Levenshtein">Levenshtein (edit) distance</a>.
* <a href="http://en.wikipedia.org/wiki/Levenshtein_distance">Levenshtein distance</a>.
* This type of query can be useful when accounting for spelling variations in the collection.
*
*