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
|
@ -638,7 +638,8 @@ public class AnalyzingSuggester extends Lookup {
|
|||
throw new RuntimeException(bogus);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/** 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)
|
||||
|
|
Loading…
Reference in New Issue