Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Mode.
Enum describing the mode to use for documents that are crowded away.
They can be dropped or demoted to the later pages.
Protobuf type google.cloud.discoveryengine.v1.SearchRequest.CrowdingSpec.Mode
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchRequest \ CrowdingSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Unspecified crowding mode. In this case, server behavior defaults to Mode.DROP_CROWDED_RESULTS.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
DROP_CROWDED_RESULTS
Value: 1Drop crowded results.
Generated from protobuf enum DROP_CROWDED_RESULTS = 1;
DEMOTE_CROWDED_RESULTS_TO_END
Value: 2Demote crowded results to the later pages.
Generated from protobuf enum DEMOTE_CROWDED_RESULTS_TO_END = 2;