Uses of Interface
org.apache.pinot.segment.local.utils.nativefst.builder.FSTSerializer
-
Packages that use FSTSerializer Package Description org.apache.pinot.segment.local.utils.nativefst.builder -
-
Uses of FSTSerializer in org.apache.pinot.segment.local.utils.nativefst.builder
Classes in org.apache.pinot.segment.local.utils.nativefst.builder that implement FSTSerializer Modifier and Type Class Description classFSTSerializerImplSerializes a physicalFSTgraphs to a binary format compatible with Jan Daciuk'sfsa's packageImmutableFSTformat.Methods in org.apache.pinot.segment.local.utils.nativefst.builder that return FSTSerializer Modifier and Type Method Description FSTSerializerFSTSerializer. withNumbers()Enables support for right language count on nodes, speeding up perfect hash counts (only ifgetFlags()returnsFSTFlags.NUMBERS).
-