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 ada4287e8 Update 2024-06-17-hybrid-search.md
ada4287e8 is described below

commit ada4287e814f8dae8a85a0acdfd462a8d749f29c
Author: Alessandro Benedetti <[email protected]>
AuthorDate: Fri Jun 21 12:49:01 2024 +0200

    Update 2024-06-17-hybrid-search.md
    
    minor
---
 content/pages/blogposts/2024-06-17-hybrid-search.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/pages/blogposts/2024-06-17-hybrid-search.md 
b/content/pages/blogposts/2024-06-17-hybrid-search.md
index 91ba415f6..ca3a9ce44 100644
--- a/content/pages/blogposts/2024-06-17-hybrid-search.md
+++ b/content/pages/blogposts/2024-06-17-hybrid-search.md
@@ -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
@@ -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)
\ No newline at end of file
+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)

Reply via email to