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

SearchApplication

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

SearchApplication

interface SearchApplication {
dataSourceRestrictions?: DataSourceRestriction[];
defaultFacetOptions?: FacetOptions[];
defaultSortOptions?: SortOptions;
displayName?: string;
enableAuditLog?: boolean;
name?: string;
readonly operationIds?: string[];
queryInterpretationConfig?: QueryInterpretationConfig;
returnResultThumbnailUrls?: boolean;
scoringConfig?: ScoringConfig;
sourceConfig?: SourceConfig[];
}

§Properties

§
dataSourceRestrictions?: DataSourceRestriction[]
[src]

Retrictions applied to the configurations. The maximum number of elements is 10.

§
defaultFacetOptions?: FacetOptions[]
[src]

The default fields for returning facet results. The sources specified here also have been included in data_source_restrictions above.

§
defaultSortOptions?: SortOptions
[src]

The default options for sorting the search results

§
displayName?: string
[src]

Display name of the Search Application. The maximum length is 300 characters.

§
enableAuditLog?: boolean
[src]

Indicates whether audit logging is on/off for requests made for the search application in query APIs.

§
name?: string
[src]

The name of the Search Application. Format: searchapplications/{application_id}.

§
readonly operationIds?: string[]
[src]

Output only. IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.

§
queryInterpretationConfig?: QueryInterpretationConfig
[src]

The default options for query interpretation

§
returnResultThumbnailUrls?: boolean
[src]

With each result we should return the URI for its thumbnail (when applicable)

§
scoringConfig?: ScoringConfig
[src]

Configuration for ranking results.

§
sourceConfig?: SourceConfig[]
[src]

Configuration for a sources specified in data_source_restrictions.