Class FSTCompletion
Finite state automata based implementation of "autocomplete" functionality.
Inheritance
System.Object
FSTCompletion
Assembly: Lucene.Net.Suggest.dll
Syntax
public class FSTCompletion : object
Constructors
Name | Description |
---|---|
FSTCompletion(FST<Object>) | Defaults to higher weights first and exact first. |
FSTCompletion(FST<Object>, Boolean, Boolean) | Constructs an FSTCompletion, specifying higherWeightsFirst and exactFirst. |
Fields
Name | Description |
---|---|
DEFAULT_BUCKETS | Default number of buckets. |
Properties
Name | Description |
---|---|
BucketCount | Returns the bucket count (discretization thresholds). |
FST | Returns the internal automaton. |
Methods
Name | Description |
---|---|
DoLookup(String, Int32) | Lookup suggestions to |
GetBucket(String) | Returns the bucket assigned to a given key (if found) or |