Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c896 int nGlobalHitCount = aPhraseinfo[3*iCol+1]; in rankfunc() local
899 score += ((double)nHitCount / (double)nGlobalHitCount) * weight; in rankfunc()