Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchIndexTopSearches

Class representing search analytics for an Algolia Search Index

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional averageClickPosition

averageClickPosition: number | null

Average position in the results set when clicked

Optional clickCount

clickCount: number

Number of clicks

Optional clickThroughRate

clickThroughRate: number | null

Click through rate

Optional conversionCount

conversionCount: number

Number of conversions

Optional conversionRate

conversionRate: number | null

Conversion rate

count

count: number

The number of impressions

nbHits

nbHits: number

Number of returned results

search

search: string

The queried search term

Optional trackedSearchCount

trackedSearchCount: number

Number of searches used for click analytics

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