Method | Description | |
---|---|---|
CustomScore ( int docId, float subQueryScore, float valSrcScore ) : float | ||
DownloadScore ( long totalDownloads, |
||
DownloadsScoreProvider ( |
Method | Description | |
---|---|---|
AdjustByDownloads ( int docId ) : float | ||
RankingScore ( string readerName, |
public CustomScore ( int docId, float subQueryScore, float valSrcScore ) : float | ||
docId | int | |
subQueryScore | float | |
valSrcScore | float | |
return | float |
public static DownloadScore ( long totalDownloads, |
||
totalDownloads | long | |
context | ||
return | float |
public DownloadsScoreProvider ( |
||
reader | ||
idMapping | int[]>.IReadOnlyDictionary | |
downloads | ||
ranking | ||
context | ||
baseBoost | double | |
return | System |