Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Result

Hierarchy

  • Result

Index

Properties

featureScore?: number

featureScore is the feature based search score of this Result.

indexScore: number

indexScore is the index-matched score of this Result.

neuralScore?: number

neuralScore is the neural score of this Result.

promotionPinned?: boolean

promotionPinned indicates whether this Result is pinned via an ActivePromotion.

score: number

score is the overall score of this Result.

values: Record<string, string | string[]>

values is an object of field-value pairs.

Generated using TypeDoc