[][src]Module rucene::core::util::fst

Structs

Arc
BuilderArc
ByteSequenceOutput
ByteSequenceOutputFactory
BytesRefFSTIterator

Enumerates all input (BytesRef) + output pairs in an FST.

BytesStore
DirectionalBytesReader
FST
FSTIterBase
FstBuilder

Builds a minimal FST (maps an IntsRef term to an arbitrary output) from pre-sorted terms with outputs. The FST becomes an FSA if you use NoOutputs. The FST is written on-the-fly into a compact serialized format byte array, which can be saved to / loaded from a Directory or used directly for traversal. The FST is always finite (no cycles).

StoreBytesReader
UnCompiledNode

Expert: holds a pending (seen but not yet serialized) Node.

Enums

FSTBytesReader
InputType
Node

Constants

END_LABEL

Traits

BytesReader
FSTIterator
Output
OutputFactory

Type Definitions

CompiledAddress