public enum SearchRequest.Types.CrowdingSpec.Types.ModeReference 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.V1Assembly
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]. |