Uses of Class
org.apache.lucene.util.fst.Builder.FreezeTail

Packages that use Builder.FreezeTail
org.apache.lucene.util.fst Finite state transducers 
 

Uses of Builder.FreezeTail in org.apache.lucene.util.fst
 

Constructors in org.apache.lucene.util.fst with parameters of type Builder.FreezeTail
Builder(FST.INPUT_TYPE inputType, int minSuffixCount1, int minSuffixCount2, boolean doShareSuffix, boolean doShareNonSingletonNodes, int shareMaxTailLength, Outputs<T> outputs, Builder.FreezeTail<T> freezeTail, boolean doPackFST, float acceptableOverheadRatio, boolean allowArrayArcs, int bytesPageBits)
          Instantiates an FST/FSA builder with all the possible tuning and construction tweaks.
 



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