Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchResponse

Hierarchy

  • SearchResponse

Index

Properties

activePromotions: ActivePromotion[]

All Promotions activated by the current query (see ActivePromotion).

aggregateFilters: Aggregates

AggregateFilters computed on the query results (see Aggregates).

aggregates: Aggregates

Aggregates computed on the query results (see Aggregates).

banners?: Banner[]

banners is synthetic search result that renders as an image. It takes a user to a pre-determined location when clicked.

featureScoreWeight: number

Feature score weight determines the weighting of featureScore vs neural and index scores.

queryId?: string

Id of the query.

redirects: Record<string, Redirect>

All Redirects for which the current query is a starting substring (see [[Redirects]]).

results: Result[]

Results of the query.

time: number

Time in seconds taken to perform the query.

totalResults: number

totalResults is the total number of results.

Generated using TypeDoc