mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 21:52:23 +08:00
Merge pull request #1153 from ozanarmagan/v0.25-join
Fix KV constructor parameters
This commit is contained in:
commit
d782ee9c83
@ -24,7 +24,7 @@ struct KV {
|
||||
// to be used only in final aggregation
|
||||
uint64_t* query_indices = nullptr;
|
||||
|
||||
KV(uint16_t queryIndex, uint64_t key, uint64_t distinct_key, uint8_t match_score_index, const int64_t *scores,
|
||||
KV(uint16_t queryIndex, uint64_t key, uint64_t distinct_key, int8_t match_score_index, const int64_t *scores,
|
||||
reference_filter_result_t* reference_filter_result = nullptr):
|
||||
match_score_index(match_score_index), query_index(queryIndex), array_index(0), key(key),
|
||||
distinct_key(distinct_key), reference_filter_result(reference_filter_result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user