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

dsmiley 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 813df82cf New book: Inside Apache Solr and Lucene (#156)
813df82cf is described below

commit 813df82cf336587fa0325926dac3cd050a72f245
Author: Rauf Aliev <[email protected]>
AuthorDate: Fri Oct 31 21:25:57 2025 -0400

    New book: Inside Apache Solr and Lucene (#156)
    
    Resources section
    "Inside Apache Solr and Lucene: Algorithms and Engineering Deep Dive"
---
 content/pages/resources.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/content/pages/resources.md b/content/pages/resources.md
index 385d00c04..d8befa97a 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>
+
+[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 
engineer's perspective. It explores the architectural decisions, data 
structures, and algorithms that enable these world-class search platforms to 
deliver exceptional performance and scalabilit [...]
+
+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*.
 

Reply via email to