From d55c4cf5c5dcfa7383120b806e9e886c5408f0d5 Mon Sep 17 00:00:00 2001 From: Lisa <114702254+lizbiella@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:44:57 +0200 Subject: [PATCH] Create 2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md (#128) added the categorical feature blog post --- ...cal-features-in-apache-solr-learning-to-rank.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/pages/blogposts/2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md diff --git a/content/pages/blogposts/2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md b/content/pages/blogposts/2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md new file mode 100644 index 000000000..00a8122e7 --- /dev/null +++ b/content/pages/blogposts/2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md @@ -0,0 +1,14 @@ +Title: Categorical Features in Apache Solr Learning to Rank +category: solr/blogposts +summary: Let's see the available learning to rank Apache Solr features with a focus on categorical features and how to manage them. Written by Anna Ruggero, R&D Software Engineer at Sease. +slug: categorical-features-in-apache-solr-learning-to-rank +URL: blogposts/categorical-features-in-apache-solr-learning-to-rank.html +save_as: blogposts/categorical-features-in-apache-solr-learning-to-rank.html + +# Categorical Features in Apache Solr Learning to Rank + +If you're reading this post, you're likely interested in Apache Solr's Learning to Rank features, particularly how to implement categorical features. +In this article, we'll provide an overview of the feature types currently supported by Solr and the computational cost of using them. +We'll also look into which of these feature types can be adapted to implement categorical features, since Solr doesn't offer dedicated support for them. +Instead, we'll explore how to make the most of the available options. To read the full post, continue here: [Categorical Features in Apache Solr Learning to Rank +](https://sease.io/2022/10/categorical-features-in-apache-solr-learning-to-rank.html)