Class FSTOrdTermsReader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Iterable<String>, Accountable

    public class FSTOrdTermsReader
    extends FieldsProducer
    FST-based terms dictionary reader. The FST index maps each term and its ord, and during seek the ord is used fetch metadata from a single block. The term dictionary is fully memory resident.
    WARNING: This API is experimental and might change in incompatible ways in the next release.