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

SourceScoringConfig

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

Set the scoring configuration. This allows modifying the ranking of results for a source.

interface SourceScoringConfig {
sourceImportance?: "DEFAULT" | "LOW" | "HIGH";
}

§Properties

§
sourceImportance?: "DEFAULT" | "LOW" | "HIGH"
[src]

Importance of the source.