Home
last modified time | relevance | path

Searched refs:DocTable_GetScore (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Ddoc_table.h113 float DocTable_GetScore(DocTable *t, t_docId docId);
H A Ddoc_table.c249 inline float DocTable_GetScore(DocTable *t, t_docId docId) { in DocTable_GetScore() function
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Ddoc_table.h114 float DocTable_GetScore(DocTable *t, t_docId docId);
H A Ddoc_table.c250 inline float DocTable_GetScore(DocTable *t, t_docId docId) { in DocTable_GetScore() function
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Ddoc_table.h114 float DocTable_GetScore(DocTable *t, t_docId docId);
H A Ddoc_table.c255 inline float DocTable_GetScore(DocTable *t, t_docId docId) { in DocTable_GetScore() function
/dports/textproc/redisearch20/RediSearch-2.0.15/tests/cpptests/
H A Dtest_cpp_index.cpp972 float score = DocTable_GetScore(&dt, i + 1); in TEST_F()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/cpptests/
H A Dt_index.cpp974 float score = DocTable_GetScore(&dt, i + 1); in TEST_F()
/dports/textproc/redisearch/RediSearch-2.2.5/tests/cpptests/
H A Dtest_cpp_index.cpp979 float score = DocTable_GetScore(&dt, i + 1); in TEST_F()