Open florian-hoenicke opened 3 years ago
Currently, the MatchMerger collects the matches from the shards and appends all of them to a single output. This might be confusing to the user since they get top-k * num_shards results.
top-k * num_shards
Please implement the top-k into the match merger
Currently, the MatchMerger collects the matches from the shards and appends all of them to a single output. This might be confusing to the user since they get
top-k * num_shards
results.Please implement the top-k into the match merger