Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SearchResponse

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Optional hasMore

hasMore: boolean

Indicates whether there are more hits

hits

Array with response hits

totalHits

totalHits: number

Total number of hits

Methods

addHits

  • addHits(rawHits: Object[]): void
  • Load additional hits;

    Parameters

    • rawHits: Object[]

      Additional hits from raw search response

    Returns void

Generated using TypeDoc