Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field and Description |
---|---|
FST.INPUT_TYPE |
FST.inputType |
Modifier and Type | Method and 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 and Description |
---|
Builder(FST.INPUT_TYPE inputType,
int minSuffixCount1,
int minSuffixCount2,
boolean doShareSuffix,
boolean doShareNonSingletonNodes,
int shareMaxTailLength,
Outputs<T> outputs,
boolean allowArrayArcs,
int bytesPageBits)
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-2017 Apache Software Foundation. All Rights Reserved.