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

TextPropertyOptions

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

The options for text properties.

interface TextPropertyOptions {
operatorOptions?: TextOperatorOptions;
retrievalImportance?: RetrievalImportance;
}

§Properties

§
operatorOptions?: TextOperatorOptions
[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.