Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchIndexNoResultsRate

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

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

count

count: number

The total searches count for a given period

date

date: string

dates

The no results rate by date

noResultCount

noResultCount: number

The total count of no result searches for a given period

noResultRate

noResultRate: number

rate

rate: number

The rate of no results for a given period

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Generated using TypeDoc