Discovery Engine v1 API - Enum SearchRequest.Types.CrowdingSpec.Types.Mode (1.13.0)

public enum SearchRequest.Types.CrowdingSpec.Types.Mode

Reference documentation and code samples for the Discovery Engine v1 API enum SearchRequest.Types.CrowdingSpec.Types.Mode.

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

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Fields

Name Description
DemoteCrowdedResultsToEnd

Demote crowded results to the later pages.

DropCrowdedResults

Drop crowded results.

Unspecified

Unspecified crowding mode. In this case, server behavior defaults to [Mode.DROP_CROWDED_RESULTS][google.cloud.discoveryengine.v1.SearchRequest.CrowdingSpec.Mode.DROP_CROWDED_RESULTS].