mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 14:12:27 +08:00
Fix KV constructor parameters
This commit is contained in:
parent
3cc59ecce4
commit
dafde32ce0
@ -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