RankingRankingResponse interface

Defines where on the search results page content should be placed and in what order.

Properties

mainline

The search results to display in the mainline. NOTE: This property will not be serialized. It can only be populated by the server.

pole

The search results that should be afforded the most visible treatment (for example, displayed above the mainline and sidebar). NOTE: This property will not be serialized. It can only be populated by the server.

sidebar

The search results to display in the sidebar. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

mainline

The search results to display in the mainline. NOTE: This property will not be serialized. It can only be populated by the server.

mainline?: RankingRankingGroup

Property Value

pole

The search results that should be afforded the most visible treatment (for example, displayed above the mainline and sidebar). NOTE: This property will not be serialized. It can only be populated by the server.

pole?: RankingRankingGroup

Property Value

sidebar

The search results to display in the sidebar. NOTE: This property will not be serialized. It can only be populated by the server.

sidebar?: RankingRankingGroup

Property Value