Modern Search: Relevance & Ranking
Update: 2025-09-01
Description
Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.
---
We're ready to take advantage of some of the superpowers of full-text search, starting with relevancy. We will do a deep dive into the ranking algorithm of SQLite's FTS5 module, explore how the text of a document affects its relevancy score, and how we can tweak these scores based on the column containing a match.
---
We're ready to take advantage of some of the superpowers of full-text search, starting with relevancy. We will do a deep dive into the ranking algorithm of SQLite's FTS5 module, explore how the text of a document affects its relevancy score, and how we can tweak these scores based on the column containing a match.
Comments
In Channel