Uses of Package
org.apache.lucene.util.fst

Packages that use org.apache.lucene.util.fst
org.apache.lucene.analysis.synonym Analysis components for Synonyms. 
org.apache.lucene.util.fst Finite state transducers 
 

Classes in org.apache.lucene.util.fst used by org.apache.lucene.analysis.synonym
FST
          Represents an FST using a compact byte[] format.
 

Classes in org.apache.lucene.util.fst used by org.apache.lucene.util.fst
ByteSequenceOutputs
          Output is a sequence of bytes, for each input term.
BytesRefFSTEnum.InputOutput
           
FST
          Represents an FST using a compact byte[] format.
FST.Arc
           
FST.INPUT_TYPE
           
IntSequenceOutputs
          Output is a sequence of ints, for each input term.
IntsRefFSTEnum.InputOutput
           
NoOutputs
          Use this if you just want to build an FSA.
Outputs
          Represents the outputs for an FST, providing the basic algebra needed for the FST.
PairOutputs.Pair
           
PositiveIntOutputs
          Output is a long, for each input term.
UpToTwoPositiveIntOutputs
          Holds one or two longs for each input term.
UpToTwoPositiveIntOutputs.TwoLongs
           
 



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