Method GetFullPrefixPaths
GetFullPrefixPaths(IList<FSTUtil.Path<PairOutputs<Nullable<Int64>, BytesRef>.Pair>>, Automaton, FST<PairOutputs<Nullable<Int64>, BytesRef>.Pair>)
Declaration
protected override IList<FSTUtil.Path<PairOutputs<long?, BytesRef>.Pair>> GetFullPrefixPaths(IList<FSTUtil.Path<PairOutputs<long?, BytesRef>.Pair>> prefixPaths, Automaton lookupAutomaton, FST<PairOutputs<long?, BytesRef>.Pair> fst)
Parameters
Type |
Name |
Description |
IList<FSTUtil.Path<PairOutputs.Pair<>>> |
prefixPaths |
|
Automaton |
lookupAutomaton |
|
FST<PairOutputs.Pair<>> |
fst |
|
Returns
Overrides