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

HtmlPropertyOptions

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

The options for html properties.

interface HtmlPropertyOptions {
operatorOptions?: HtmlOperatorOptions;
retrievalImportance?: RetrievalImportance;
}

§Properties

§
operatorOptions?: HtmlOperatorOptions
[src]

If set, describes how the property should be used as a search operator.

§
retrievalImportance?: RetrievalImportance
[src]

Indicates the search quality importance of the tokens within the field when used for retrieval. Can only be set to DEFAULT or NONE.