This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new eebf61f21 Commit build products
eebf61f21 is described below
commit eebf61f216c82271f9d559a3424ea6a306a8ac3d
Author: Build Pelican (action) <[email protected]>
AuthorDate: Fri Jun 21 08:26:18 2024 +0000
Commit build products
---
output/blog.html | 7 +++
.../hybrid-search-with-apache-solr.html} | 53 ++++------------------
2 files changed, 16 insertions(+), 44 deletions(-)
diff --git a/output/blog.html b/output/blog.html
index c79e1188b..9b8d0ccc7 100644
--- a/output/blog.html
+++ b/output/blog.html
@@ -140,6 +140,13 @@ If you have one you'd like to contribute, or would like to
link out to an extern
<hr/>
+ <h2 id="hybrid-search-with-apache-solr">
+ <a href="blogposts/hybrid-search-with-apache-solr.html">
+ Hybrid Search with Apache Solr
+ </a>
+ </h2>
+ <h5>Published: 17 June 2024</h5>
+ <p><p>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.</p></p>
<h2 id="welcome-to-the-apache-solr-blog">
<a href="blogposts/welcome-to-the-apache-solr-blog.html">
Welcome to the Apache Solr Blog
diff --git a/output/blog.html
b/output/blogposts/hybrid-search-with-apache-solr.html
similarity index 82%
copy from output/blog.html
copy to output/blogposts/hybrid-search-with-apache-solr.html
index c79e1188b..91de8c0d8 100644
--- a/output/blog.html
+++ b/output/blogposts/hybrid-search-with-apache-solr.html
@@ -38,15 +38,15 @@
<script src="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.min.js"/></script>
<script
src="/theme/javascript/lib/jquery.smooth-scroll.min.js?v=4dd59757"></script>
<script src="/theme/javascript/main.js?v=4dd59757"></script>
-<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<title>Blog Posts - Apache Solr</title>
+<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<title>Hybrid Search with Apache Solr - Apache Solr</title>
<meta name="keywords"
content="apache, apache lucene, apache solr, solr, lucene,
search, information retrieval, spell checking, faceting,
inverted index, open source"/>
<meta property="og:type" content="website" />
- <meta property="og:url" content="https://solr.apache.org/blog.html"/>
- <meta property="og:title" content="Blog Posts"/>
- <meta property="og:description" content="Welcome to the Apache Solr Blog,
where we periodically showcase Solr-related articles, tutorials, and other
content. Have something..."/>
+ <meta property="og:url"
content="https://solr.apache.org/blogposts/hybrid-search-with-apache-solr.html"/>
+ <meta property="og:title" content="Hybrid Search with Apache Solr"/>
+ <meta property="og:description" content="Hybrid Search with Apache Solr
Contrary to popular misconception, Solr already supports hybrid search (the
combination of keyword and..."/>
<meta property="og:image"
content="https://solr.apache.org/theme/images/solr_og_image.png?v=4dd59757"/>
<meta property="og:image:secure_url"
content="https://solr.apache.org/theme/solr/solr_og_image.png?v=4dd59757"/>
@@ -54,7 +54,7 @@
<link rel="shortcut icon" href="/theme/images/favicon.ico"
type="image/x-icon">
</head>
- <body class="page " x-ng-app-root="/solr" x-ng-app="page"
x-ng-controller="page.controllers.main">
+ <body class="page " x-ng-app="page" x-ng-controller="page.controllers.main">
<div class="contain-to-grid">
<div class="header-section">
<nav class="top-bar" data-topbar role="navigation">
@@ -117,45 +117,10 @@
<div class="header-fill"></div>
<div class="container">
<div class="row">
-<div class="small-12 columns">
-
- <style type="text/css">
- .headerlink, .elementid-permalink {
- visibility: hidden;
- }
- h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink {
- visibility: visible;
- }
- h2 {
- /* Avoid title being hidden behind header when linked by anchor link */
- padding-top: 70px;
- margin-top: -70px;
- }
- </style>
- <h1 id="solr-blogs">Solr<sup>™</sup> Blog Posts<a class="headerlink"
href="#solr-blog-posts" title="Permanent link">¶</a></h1>
- <p>Welcome to the Apache Solr Blog, where we periodically showcase
Solr-related articles, tutorials, and other content.</p>
-<p>Have something to share?
-We're always looking for new articles!
-If you have one you'd like to contribute, or would like to link out to an
external post, create a PR using the instructions <a
href="https://github.com/apache/solr-site">here</a>.</p>
-
- <hr/>
-
- <h2 id="welcome-to-the-apache-solr-blog">
- <a href="blogposts/welcome-to-the-apache-solr-blog.html">
- Welcome to the Apache Solr Blog
- </a>
- </h2>
- <h5>Published: 22 April 2024</h5>
- <p><p>We have a blog? What is it, and why do we have it?</p></p>
- <h2 id="contribute-to-the-apache-solr-blog">
- <a href="blogposts/contribute-to-the-apache-solr-blog.html">
- How To: Contribute to the Apache Solr Blog
- </a>
- </h2>
- <h5>Published: 23 April 2024</h5>
- <p><p>You have a brilliant idea for Solr's new blog. But what next? How
does the blog work, and how can writers contribute posts?</p></p>
-</div>
- </div>
+<h1 id="hybrid-search-with-apache-solr">Hybrid Search with Apache Solr</h1>
+<p>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.</p>
+<p>Learn how you can start using hybrid search in your deployments today - the
complete post can be read here: <a
href="https://sease.io/2023/12/hybrid-search-with-apache-solr.html">Hybrid
Search with Apache Solr</a></p> </div>
</div>
<footer>
<div class="row">