CatgirlIntelligenceAgency/code/features-index/result-ranking
Viktor Lofgren eb59ac8535 (index-ranking) Adjust the BM25P factors a bit
Since the bleed-flags set by the anchor tags logics have been changed to Site and SiteAdjacent, give them a bit of more importance when set together with ExternalLink.

UrlDomain and UrlPath are also only more consistently only rewarded once.
2024-01-30 21:27:29 +01:00
..
src (index-ranking) Adjust the BM25P factors a bit 2024-01-30 21:27:29 +01:00
build.gradle (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02: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