LUCENE-3846: fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-10-30 16:02:13 +00:00
parent aa3eba3c77
commit 7f7a0058e2
1 changed files with 2 additions and 1 deletions

View File

@ -639,6 +639,7 @@ public class AnalyzingSuggester extends Lookup {
}
}
/** Returns all prefix paths to initialize the search. */
protected List<FSTUtil.Path<Pair<Long,BytesRef>>> getFullPrefixPaths(List<FSTUtil.Path<Pair<Long,BytesRef>>> prefixPaths,
Automaton lookupAutomaton,
FST<Pair<Long,BytesRef>> fst)