Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScoringConfig

import type { ScoringConfig } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Scoring configurations for a source while processing a Search or Suggest request.

interface ScoringConfig {
disableFreshness?: boolean;
disablePersonalization?: boolean;
}

§Properties

§
disableFreshness?: boolean
[src]

Whether to use freshness as a ranking signal. By default, freshness is used as a ranking signal. Note that this setting is not available in the Admin UI.

§
disablePersonalization?: boolean
[src]

Whether to personalize the results. By default, personal signals will be used to boost results.