Package | Description |
---|---|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Method and Description |
---|---|
FSTCompletion |
FSTCompletionBuilder.build()
Builds the final automaton from a list of added entries.
|
Constructor and Description |
---|
FSTCompletionLookup(Directory tempDir,
String tempFileNamePrefix,
FSTCompletion completion,
boolean exactMatchFirst)
This constructor takes a pre-built automaton.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.