Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Builder.CompiledNode |
static class |
Builder.UnCompiledNode<T>
Expert: holds a pending (seen but not yet serialized) Node.
|
Modifier and Type | Field and Description |
---|---|
Builder.Node |
Builder.Arc.target |
Modifier and Type | Method and Description |
---|---|
void |
Builder.UnCompiledNode.addArc(int label,
Builder.Node target) |
void |
Builder.UnCompiledNode.deleteLast(int label,
Builder.Node target) |
void |
Builder.UnCompiledNode.replaceLast(int labelToMatch,
Builder.Node target,
T nextFinalOutput,
boolean isFinal) |