Class FST
LUCENENET specific: This new base class is to mimic Java's ability to use nested types without specifying a type parameter. i.e. FST.BytesReader instead of FST<BytesRef>.BytesReader
Inheritance
System.Object
FST
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class FST : object
Constructors
Name | Description |
---|---|
FST() |
Fields
Name | Description |
---|---|
DEFAULT_MAX_BLOCK_BITS | |
END_LABEL | If arc has this label then that arc is final/accepted |
FIXED_ARRAY_NUM_ARCS_DEEP | Builder.UnCompiledNode<S> |
FIXED_ARRAY_NUM_ARCS_SHALLOW | Builder.UnCompiledNode<S> |
FIXED_ARRAY_SHALLOW_DISTANCE | Builder.UnCompiledNode<S> |
Methods
Name | Description |
---|---|
Read<T>(FileInfo, Outputs<T>) | Reads an automaton from a file. |
TargetHasArcs<T>(FST.Arc<T>) | returns |