CatgirlIntelligenceAgency/code/functions/index/result-ranking
2024-02-22 17:31:25 +01:00
..
src * Extract the index functionality 2024-02-22 17:31:25 +01:00
build.gradle * Extract the index functionality 2024-02-22 17:31:25 +01:00
readme.md * Extract the index functionality 2024-02-22 17:31:25 +01:00

Result Ranking

Contains various heuristics for deciding which search results are important with regard to a query. In broad strokes BM-25 is used, with a number of additional bonuses and penalties to rank the appropriate search results higher.

Central Classes

See Also