Uses of Enum Class
org.apache.lucene.util.fst.FST.INPUT_TYPE
Packages that use FST.INPUT_TYPE
-
Uses of FST.INPUT_TYPE in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as FST.INPUT_TYPEModifier and TypeFieldDescription(package private) final FST.INPUT_TYPE
FST.FSTMetadata.inputType
private final FST.INPUT_TYPE
FSTCompiler.Builder.inputType
Methods in org.apache.lucene.util.fst that return FST.INPUT_TYPEModifier and TypeMethodDescriptionstatic FST.INPUT_TYPE
Returns the enum constant of this class with the specified name.static FST.INPUT_TYPE[]
FST.INPUT_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.util.fst with parameters of type FST.INPUT_TYPEModifierConstructorDescriptionBuilder
(FST.INPUT_TYPE inputType, Outputs<T> outputs) private
FSTCompiler
(FST.INPUT_TYPE inputType, double suffixRAMLimitMB, Outputs<T> outputs, boolean allowFixedLengthArcs, int bytesPageBits, float directAddressingMaxOversizingFactor, int version) FSTMetadata
(FST.INPUT_TYPE inputType, Outputs<T> outputs, T emptyOutput, long startNode, int version, long numBytes)