mirror of https://github.com/apache/lucene.git
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:
parent
3523efbbfe
commit
85ea083c4b
|
@ -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.
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue