@resistdesign/voltra
    Preparing search index...

    Type Alias StructuredRangeIndexItem

    StructuredRangeIndexItem: StructuredRangeIndexKey & {
        docId: DocId;
        field: string;
        kind: typeof structuredRange;
        value: WhereValue;
    }

    Conceptual range index record.

    Type Declaration

    • docId: DocId

      Document id containing the value.

    • field: string

      Field identity being indexed.

    • kind: typeof structuredRange

      Logical item kind in the shared physical table.

    • value: WhereValue

      Stored field value.