Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field | Description |
---|---|---|
FST.INPUT_TYPE |
FST.inputType |
Modifier and Type | Method | Description |
---|---|---|
FST.INPUT_TYPE |
FST.getInputType() |
|
static FST.INPUT_TYPE |
FST.INPUT_TYPE.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FST.INPUT_TYPE[] |
FST.INPUT_TYPE.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
Builder(FST.INPUT_TYPE inputType,
int minSuffixCount1,
int minSuffixCount2,
boolean doShareSuffix,
boolean doShareNonSingletonNodes,
int shareMaxTailLength,
Outputs<T> outputs,
Builder.FreezeTail<T> freezeTail,
boolean willPackFST) |
Instantiates an FST/FSA builder with all the possible tuning and construction
tweaks.
|
Builder(FST.INPUT_TYPE inputType,
Outputs<T> outputs) |
Instantiates an FST/FSA builder without any pruning.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.