Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::SearchRequest::CrowdingSpec::Mode (v2.7.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::SearchRequest::CrowdingSpec::Mode.

Enum describing the mode to use for documents that are crowded away. They can be dropped or demoted to the later pages.

Constants

MODE_UNSPECIFIED

value: 0
Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.

DROP_CROWDED_RESULTS

value: 1
Drop crowded results.

DEMOTE_CROWDED_RESULTS_TO_END

value: 2
Demote crowded results to the later pages.