Skip to content

Commit

Permalink
Update 2024-06-17-hybrid-search.md
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
alessandrobenedetti authored Jun 21, 2024
1 parent 1d04240 commit ada4287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/pages/blogposts/2024-06-17-hybrid-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Title: Hybrid Search with Apache Solr
category: solr/blogposts
summary: This blog shows how to run a hybrid search (keyword-based search + vectors) in Apache Solr with code examples and explanations. Written by Alessandro Benedetti, Director at Sease and Apache Solr Committer and PMC member.
summary: This blog post shows how to run a hybrid search (keyword-based search + vectors) in Apache Solr with code examples and explanations. Written by Alessandro Benedetti, Director at Sease and Apache Solr Committer and PMC member.
slug: hybrid-search-with-apache-solr
URL: blogposts/hybrid-search-with-apache-solr.html
save_as: blogposts/hybrid-search-with-apache-solr.html
Expand All @@ -9,4 +9,4 @@ save_as: blogposts/hybrid-search-with-apache-solr.html
Contrary to popular misconception, Solr already supports hybrid search (the combination of keyword and vector-based search techniques)!
Hybrid search can be used in retrieval, ranking, and even Solr's commonly-used "Learning to Rank" module. Alessandro Benedetti, Director at Sease and Apache Solr Committer and PMC member, explains more in a recent post, complete with code examples and explanation.

Learn how you can start using hybrid search in your deployments today - the complete post can be read here: [Hybrid Search with Apache Solr](https://sease.io/2023/12/hybrid-search-with-apache-solr.html)
Learn how you can start using hybrid search in your deployments today - the complete post can be read here: [Hybrid Search with Apache Solr](https://sease.io/2023/12/hybrid-search-with-apache-solr.html)

0 comments on commit ada4287

Please sign in to comment.