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

RetrievalImportance

import type { RetrievalImportance } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface RetrievalImportance {
importance?:
| "DEFAULT"
| "HIGHEST"
| "HIGH"
| "LOW"
| "NONE";
}

§Properties

§
importance?: "DEFAULT" | "HIGHEST" | "HIGH" | "LOW" | "NONE"
[src]

Indicates the ranking importance given to property when it is matched during retrieval. Once set, the token importance of a property cannot be changed.