add link to paper

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-08-20 20:55:57 +00:00
parent eae14b165c
commit e21c07f683
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ import org.apache.lucene.util.fst.FST;
// conflict resolving (eg greedy matching) because that algo
// finds all matches. This really amounts to adding a .*
// closure to the FST and then determinizing it.
//
// Another possible solution is described at http://www.cis.uni-muenchen.de/people/Schulz/Pub/dictle5.ps
public final class SynonymFilter extends TokenFilter {