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_TYPEFST.inputTypeprivate final FST.INPUT_TYPEFSTCompiler.Builder.inputTypeMethods in org.apache.lucene.util.fst that return FST.INPUT_TYPEModifier and TypeMethodDescriptionstatic FST.INPUT_TYPEReturns 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) (package private)FST(FST.INPUT_TYPE inputType, Outputs<T> outputs, int bytesPageBits) privateFSTCompiler(FST.INPUT_TYPE inputType, int minSuffixCount1, int minSuffixCount2, boolean doShareSuffix, boolean doShareNonSingletonNodes, int shareMaxTailLength, Outputs<T> outputs, boolean allowFixedLengthArcs, int bytesPageBits, float directAddressingMaxOversizingFactor) FSTCompiler(FST.INPUT_TYPE inputType, Outputs<T> outputs) Instantiates an FST/FSA builder with default settings and pruning options turned off.