This is an automated email from the ASF dual-hosted git repository.
abenedetti pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/production by this push:
new 7baae4ad7 Publishing two blog posts (#130)
7baae4ad7 is described below
commit 7baae4ad724c7685af2271fd07d8c304659ebfe2
Author: Alessandro Benedetti <[email protected]>
AuthorDate: Tue Oct 22 22:48:14 2024 +0900
Publishing two blog posts (#130)
* Add link to blog post on bof
* respond to feedback
* Create 2024-10-09-categorical-features-in-apache-solr-learning-to-rank.md
(#128)
added the categorical feature blog post
---------
Co-authored-by: Eric Pugh <[email protected]>
Co-authored-by: Lisa <[email protected]>
---
...categorical-features-in-apache-solr-learning-to-rank.md | 14 ++++++++++++++
...2024-10-14-community-over-code-na-birds-of-a-feather.md | 11 +++++++++++
2 files changed, 25 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)
diff --git
a/content/pages/blogposts/2024-10-14-community-over-code-na-birds-of-a-feather.md
b/content/pages/blogposts/2024-10-14-community-over-code-na-birds-of-a-feather.md
new file mode 100644
index 000000000..b7d01f5b5
--- /dev/null
+++
b/content/pages/blogposts/2024-10-14-community-over-code-na-birds-of-a-feather.md
@@ -0,0 +1,11 @@
+Title: Community Over Code NA 2024 Apache Lucene/Solr Birds Of A Feather
+category: solr/blogposts
+summary: This blog post is a summary of the Apache Lucene/Solr Birds of a
Feather from Community Over Code NA 2024 in Denver. Written by Eric Pugh and
Stefan Vodita.
+slug: community-over-code-na-2024-birds-of-a-feather
+URL: blogposts/community-over-code-na-2024-birds-of-a-feather.html
+save_as: blogposts/community-over-code-na-2024-birds-of-a-feather.html
+
+# Community Over Code NA 2024 Apache Lucene/Solr "Birds Of A Feather"
+Dive into the insights and key takeaways from the Apache Lucene/Solr "Birds of
a Feather" (BoF) session at Community Over Code NA 2024, held in the mile high
city of Denver, Colorado. This session was specially organized to gather
feedback from the community, fostering a collaborative environment where
developers, users, and enthusiasts could share their experiences and insights.
+
+Read about the brainstorming that took place during the event to shape the
future of these Apache projects - the complete post can be read here:
[Community Over Code NA 2024 Apache Lucene/Solr Birds Of A
Feather](https://dep4b.hashnode.dev/community-over-code-na-2024-apache-lucenesolr-birds-of-a-feather)