Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c336 int nScore = 0; in fts5SnippetScore() local
344 nScore += (aSeen[ip] ? 1 : 1000); in fts5SnippetScore()
351 *pnScore = nScore; in fts5SnippetScore()
442 int nScore; in fts5SnippetFunction() local
451 io, nToken, &nScore, &iAdj in fts5SnippetFunction()
453 if( rc==SQLITE_OK && nScore>nBestScore ){ in fts5SnippetFunction()
454 nBestScore = nScore; in fts5SnippetFunction()
468 sFinder.aFirst[jj], nToken, &nScore, 0 in fts5SnippetFunction()
471 nScore += (sFinder.aFirst[jj]==0 ? 120 : 100); in fts5SnippetFunction()
472 if( rc==SQLITE_OK && nScore>nBestScore ){ in fts5SnippetFunction()
[all …]