Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::CrowdingSpec::Mode (v0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::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.