Add Related Posts to a Jekyll Blog Using Azure Search
Sunday, April 5, 2015
Jekyll generates related posts for every blog post; but quite often the results are not relevant. Using the --lsi
(latent semantic indexing) flag produces higher quality results but it takes several minutes to generate the index. Since I am already using Azure Search on this blog, I can use its new "more like this" feature to generate related post links instead.
For details on how to set up Azure Search on your blog, check out my previous article: Add Search to a Jekyll Blog for Free with Azure Search.
Jekyll generates related posts for every blog post; but quite often the results are not relevant. Using the --lsi
(latent semantic indexing) flag produces higher quality results but it takes several minutes to generate the index. Since I am already using Azure Search on this blog, I can use its new "more like this" feature to generate related post links instead.
For details on how to set up Azure Search on your blog, check out my previous article: Add Search to a Jekyll Blog for Free with Azure Search.