Type alias InvertedIndexPrimarySortFieldOptions

InvertedIndexPrimarySortFieldOptions: { direction: Direction; field: string }

Options for defining a primary sort field on an inverted index.

Type declaration

  • direction: Direction

    The sorting direction.

  • field: string

    The attribute path to sort by.

Generated using TypeDoc