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

SourceConfig

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

Configurations for a source while processing a Search or Suggest request.

interface SourceConfig {
crowdingConfig?: SourceCrowdingConfig;
scoringConfig?: SourceScoringConfig;
source?: Source;
}

§Properties

§
crowdingConfig?: SourceCrowdingConfig
[src]

The crowding configuration for the source.

§
scoringConfig?: SourceScoringConfig
[src]

The scoring configuration for the source.

§
source?: Source
[src]

The source for which this configuration is to be used.