Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec (v0.4.2)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec.

Specification to determine under which conditions query expansion should occur.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#condition

def condition() -> ::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition
Returns

#condition=

def condition=(value) -> ::Google::Cloud::DiscoveryEngine::V1::SearchRequest::QueryExpansionSpec::Condition
Parameter
Returns

#pin_unexpanded_results

def pin_unexpanded_results() -> ::Boolean
Returns
  • (::Boolean) — Whether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.

#pin_unexpanded_results=

def pin_unexpanded_results=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.
Returns
  • (::Boolean) — Whether to pin unexpanded results. If this field is set to true, unexpanded products are always at the top of the search results, followed by the expanded results.