This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/main by this push:
new d55c4cf5c Create
2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md (#128)
d55c4cf5c is described below
commit d55c4cf5c5dcfa7383120b806e9e886c5408f0d5
Author: Lisa <[email protected]>
AuthorDate: Tue Oct 22 15:44:57 2024 +0200
Create 2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md
(#128)
added the categorical feature blog post
---
...categorical-features-in-apache-solr-learning-to-rank.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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)