Uses of Class
org.apache.lucene.util.fst.FST.INPUT_TYPE

Packages that use FST.INPUT_TYPE
org.apache.lucene.util.fst Finite state transducers 
 

Uses of FST.INPUT_TYPE in org.apache.lucene.util.fst
 

Fields in org.apache.lucene.util.fst declared as FST.INPUT_TYPE
 FST.INPUT_TYPE FST.inputType
           
 

Methods in org.apache.lucene.util.fst that return FST.INPUT_TYPE
 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.
 

Constructors in org.apache.lucene.util.fst with parameters of type FST.INPUT_TYPE
Builder(FST.INPUT_TYPE inputType, int minSuffixCount1, int minSuffixCount2, boolean doShareSuffix, boolean doShareNonSingletonNodes, int shareMaxTailLength, Outputs<T> outputs)
          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.
FST(FST.INPUT_TYPE inputType, Outputs<T> outputs)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.