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

Packages that use FST
Package
Description
Normalization of text before the tokenizer.
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
Kuromoji dictionary implementation.
Kuromoji utility classes.
Korean dictionary implementation.
Nori utility classes.
Miscellaneous Tokenstreams.
Analysis components for Synonyms.
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a structured document).
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Analyzer based autosuggest.
Support for document suggestion
Finite-state based autosuggest.
Finite state transducers