Package | Description |
---|---|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
Modifier and Type | Method and Description |
---|---|
protected List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> |
AnalyzingSuggester.getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> prefixPaths,
Automaton lookupAutomaton,
FST<PairOutputs.Pair<Long,BytesRef>> fst)
Returns all prefix paths to initialize the search.
|
protected List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> |
FuzzySuggester.getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> prefixPaths,
Automaton lookupAutomaton,
FST<PairOutputs.Pair<Long,BytesRef>> fst) |
static <T> List<FSTUtil.Path<T>> |
FSTUtil.intersectPrefixPaths(Automaton a,
FST<T> fst)
Enumerates all minimal prefix paths in the automaton that also intersect the FST,
accumulating the FST end node and output for each path.
|
Modifier and Type | Method and Description |
---|---|
protected List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> |
AnalyzingSuggester.getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> prefixPaths,
Automaton lookupAutomaton,
FST<PairOutputs.Pair<Long,BytesRef>> fst)
Returns all prefix paths to initialize the search.
|
protected List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> |
FuzzySuggester.getFullPrefixPaths(List<FSTUtil.Path<PairOutputs.Pair<Long,BytesRef>>> prefixPaths,
Automaton lookupAutomaton,
FST<PairOutputs.Pair<Long,BytesRef>> fst) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.