Skip to content

Commit

Permalink
docs: Add three per company option to diversification levels
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536429537
  • Loading branch information
Google APIs authored and Copybara-Service committed May 30, 2023
1 parent 719f24c commit 7cb9709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/talent/v4/job_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ message SearchJobsRequest {
// pushed to the end of the last page of search result.
TWO_PER_COMPANY = 4;

// Similar to ONE_PER_COMPANY, but it allows at most three jobs in the
// same company to be shown at once, the other jobs under same company are
// dropped.
MAX_THREE_PER_COMPANY = 6;

// The result list is ordered such that somewhat similar results are pushed
// to the end of the last page of the search results. This option is
// recommended if SIMPLE diversification does not diversify enough.
Expand Down

0 comments on commit 7cb9709

Please sign in to comment.