Uses of Enum
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
Methods in org.apache.lucene.util.fst that return FST.INPUT_TYPEModifier and TypeMethodDescriptionstatic FST.INPUT_TYPEReturns 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.Constructors in org.apache.lucene.util.fst with parameters of type FST.INPUT_TYPEModifierConstructorDescriptionBuilder(FST.INPUT_TYPE inputType, Outputs<T> outputs) FSTCompiler(FST.INPUT_TYPE inputType, Outputs<T> outputs) Instantiates an FST/FSA builder with default settings and pruning options turned off.