Type alias InvertedIndexStoredValueOptions

InvertedIndexStoredValueOptions: {
    compression?: Compression;
    fields: string[];
}

Options for defining a stored value on an inverted index.

Type declaration

  • Optional compression?: Compression

    How the attribute values should be compressed.

    Default: "lz4"

  • fields: string[]

    The attribute paths to store.

Generated using TypeDoc