mirror of https://github.com/apache/lucene.git
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:
parent
aa3eba3c77
commit
7f7a0058e2
|
@ -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,
|
protected List<FSTUtil.Path<Pair<Long,BytesRef>>> getFullPrefixPaths(List<FSTUtil.Path<Pair<Long,BytesRef>>> prefixPaths,
|
||||||
Automaton lookupAutomaton,
|
Automaton lookupAutomaton,
|
||||||
FST<Pair<Long,BytesRef>> fst)
|
FST<Pair<Long,BytesRef>> fst)
|
||||||
|
|
Loading…
Reference in New Issue