google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.SourceConfig View Source
Configurations for a source while processing a Search or Suggest request.
Attributes
crowdingConfig
(type:GoogleApi.CloudSearch.V1.Model.SourceCrowdingConfig.t
, default:nil
) - The crowding configuration for the source.scoringConfig
(type:GoogleApi.CloudSearch.V1.Model.SourceScoringConfig.t
, default:nil
) - The scoring configuration for the source.source
(type:GoogleApi.CloudSearch.V1.Model.Source.t
, default:nil
) - The source for which this configuration is to be used.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.SourceConfig{ crowdingConfig: GoogleApi.CloudSearch.V1.Model.SourceCrowdingConfig.t(), scoringConfig: GoogleApi.CloudSearch.V1.Model.SourceScoringConfig.t(), source: GoogleApi.CloudSearch.V1.Model.Source.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.