Uses of Package
org.apache.lucene.util.fst
Packages that use org.apache.lucene.util.fst
-
Classes in org.apache.lucene.util.fst used by org.apache.lucene.util.fstClassDescriptionBuilds a minimal FST (maps an IntsRef term to an arbitrary output) from pre-sorted terms with outputs.Expert: holds a pending (seen but not yet serialized) arc.Expert: this is invoked by Builder whenever a suffix is serialized.Expert: holds a pending (seen but not yet serialized) Node.An FST
Outputs
implementation where each output is a sequence of bytes.Holds a single input (BytesRef) + output pair.An FSTOutputs
implementation where each output is a sequence of characters.Represents an finite state machine (FST), using a compact byte[] format.Represents a single arc.Reads bytes stored in an FST.Specifies allowed range of each int input label for this FST.An FSTOutputs
implementation where each output is a sequence of ints.Holds a single input (IntsRef) + output pair.A null FSTOutputs
implementation; use this if you just want to build an FSA.Represents the outputs for an FST, providing the basic algebra required for building and traversing the FST.Holds a single pair of two outputs.An FSTOutputs
implementation where each output is a non-negative long value.Represents a path in TopNSearcher.Holds a single input (IntsRef) + output, returned byshortestPaths()
.