dc-management-sdk-js
    Preparing search index...

    Class SearchIndexNoResultsRate

    Class representing the no results rate for searches in an Algolia Search Index

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _links?: Map<string, HalLink>
    count: number

    The total searches count for a given period

    date: string

    The no results rate by date

    noResultCount: number

    The total count of no result searches for a given period

    noResultRate: number
    rate: number

    The rate of no results for a given period

    Methods

    • POST to an action endpoint with no resource response returned.

      Parameters

      • name: string
      • params: any
      • data: any
      • method: POST | PUT | PATCH = HttpMethod.POST

      Returns Promise<void>