This is an automated email from the ASF dual-hosted git repository.

dsmiley 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 077370cf3 Publish the new book and other minor things (#159)
077370cf3 is described below

commit 077370cf323823fb35392724e47ed03457f5c7e6
Author: David Smiley <[email protected]>
AuthorDate: Tue Nov 4 22:32:25 2025 -0500

    Publish the new book and other minor things (#159)
    
    * Disable 8.x download section as it is EOL
    
    * at/in
    
    * update _copyright.html - "Apache and the Apache [feather ]logo ..." (#155)
    
    * New book: Inside Apache Solr and Lucene (#156)
    
    Resources section
    "Inside Apache Solr and Lucene: Algorithms and Engineering Deep Dive"
    
    * Book: Add image (#158)
    
    book_inside_solr_lucene.png
    
    ---------
    
    Co-authored-by: Jan Høydahl <[email protected]>
    Co-authored-by: Jan Høydahl <[email protected]>
    Co-authored-by: Christine Poerschke <[email protected]>
    Co-authored-by: Rauf Aliev <[email protected]>
---
 content/images/solr/book_inside_solr_lucene.png | Bin 0 -> 71930 bytes
 content/pages/resources.md                      |  12 ++++++++++++
 themes/solr/templates/_copyright.html           |   2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/content/images/solr/book_inside_solr_lucene.png 
b/content/images/solr/book_inside_solr_lucene.png
new file mode 100644
index 000000000..269d3411a
Binary files /dev/null and b/content/images/solr/book_inside_solr_lucene.png 
differ
diff --git a/content/pages/resources.md b/content/pages/resources.md
index 385d00c04..e78649594 100644
--- a/content/pages/resources.md
+++ b/content/pages/resources.md
@@ -58,6 +58,18 @@ If you want to run Solr on Kubernetes, the easiest way to 
get started is via ins
 
 If you have a Solr book that you would like to see listed here, please [edit 
this website and submit a Pull Request](/editing-website.html).
 
+<h3 class="offset" id="book-inside-solr-lucene">Inside Apache Solr and Lucene: 
Algorithms and Engineering Deep Dive</h3>
+
+<a href="https://testmysearch.com/books/inside-solr.html";><img alt="Inside 
Apache Solr and Lucene (cover)" class="float-right" 
src="{static}/images/solr/book_inside_solr_lucene.png"></a>[Rauf 
Aliev](https://www.linkedin.com/in/raufaliev/) is proud to announce his book, 
"[Inside Apache Solr and Lucene: Algorithms and Engineering Deep 
Dive](https://testmysearch.com/books/inside-solr.html)". This book dives deep 
into the core of Apache Solr and Lucene, offering answers from a system enginee 
[...]
+
+What sets this book apart is its focus on the 'why' behind the 'how'. It 
follows an engineering-first approach, often starting with a core problem (like 
high memory usage or slow queries), examining naive solutions, and then 
detailing the specific data structures and underlying algorithms Solr and 
Lucene's developers implemented. This deep dive covers not just the inverted 
index, but the inner workings of Finite-State Transducers (FSTs), Pulsing 
Codecs, HNSW for vector search, Roaring Bi [...]
+
+The insights in this book extend beyond the Solr and Lucene ecosystem. By 
using these platforms as a masterclass in pragmatic engineering, it offers 
valuable lessons for building any complex, data-intensive application. This 
book breaks down these complex systems, distilling years of development and 
thousands of lines of code into core principles and patterns. It's an 
opportunity to learn from the architectural choices of high-load systems, 
offering useful information for architects and  [...]
+
+[Look inside and buy here](https://testmysearch.com/books/inside-solr.html)
+
+***
+
 <h3 class="offset" id="book-relevant-search">Relevant Search</h3>
 Doug Turnbull, John Berryman and Manning Publications are proud to announce 
*Relevant Search*.
 
diff --git a/themes/solr/templates/_copyright.html 
b/themes/solr/templates/_copyright.html
index dd5d2ddf6..cf4388ccc 100644
--- a/themes/solr/templates/_copyright.html
+++ b/themes/solr/templates/_copyright.html
@@ -1,7 +1,7 @@
 <div class="large-centered columns">
   <p>Copyright © {{ CURRENTYEAR }} The Apache Software Foundation, Licensed 
under the
     <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
Version 2.0</a>. <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a><br/>
-    Apache and the Apache feather logo are trademarks of The Apache Software 
Foundation. Apache Lucene,
+    Apache and the Apache logo are trademarks of The Apache Software 
Foundation. Apache Lucene,
     Apache Solr and their respective logos are trademarks of the Apache 
Software Foundation.
     Please see the <a href="https://www.apache.org/foundation/marks/";>Apache 
Trademark Policy</a> for more information.
     All non-Apache logos are the trademarks of their respective owners.</p>

Reply via email to