Searched refs:score_rms (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/redisearch20/RediSearch-2.0.15/src/ |
H A D | rules.c | 175 RedisModuleString *score_rms = NULL; in SchemaRule_HashScore() local 179 int rv = RedisModule_HashGet(key, REDISMODULE_HASH_CFIELDS, rule->score_field, &score_rms, NULL); in SchemaRule_HashScore() 185 if (score_rms == NULL) { in SchemaRule_HashScore() 189 rv = RedisModule_StringToDouble(score_rms, &score); in SchemaRule_HashScore() 195 if (score_rms) { in SchemaRule_HashScore() 196 RedisModule_FreeString(rctx, score_rms); in SchemaRule_HashScore()
|
/dports/textproc/redisearch/RediSearch-2.2.5/src/ |
H A D | rules.c | 239 RedisModuleString *score_rms = NULL; in SchemaRule_HashScore() local 243 int rv = RedisModule_HashGet(key, REDISMODULE_HASH_CFIELDS, rule->score_field, &score_rms, NULL); in SchemaRule_HashScore() 248 if (score_rms == NULL) { in SchemaRule_HashScore() 252 rv = RedisModule_StringToDouble(score_rms, &score); in SchemaRule_HashScore() 258 if (score_rms) { in SchemaRule_HashScore() 259 RedisModule_FreeString(rctx, score_rms); in SchemaRule_HashScore()
|