Class: Google::Apis::CloudsearchV1::SourceScoringConfig
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::SourceScoringConfig
- Defined in:
- generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb
Overview
Set the scoring configuration. This allows modifying the ranking of results for a source.
Instance Attribute Summary collapse
-
#source_importance ⇒ String
Importance of the source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SourceScoringConfig
constructor
A new instance of SourceScoringConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SourceScoringConfig
Returns a new instance of SourceScoringConfig
4100 4101 4102 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source_importance ⇒ String
Importance of the source.
Corresponds to the JSON property sourceImportance
4098 4099 4100 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4098 def source_importance @source_importance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4105 4106 4107 |
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 4105 def update!(**args) @source_importance = args[:source_importance] if args.key?(:source_importance) end |