You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/10/10 22:29:46 UTC

svn commit: r1707910 - in /lucene/cms/trunk: content/solr/assets/images/book_solr_search_patterns.jpg content/solr/resources.mdtext templates/solr-index.html

Author: sarowe
Date: Sat Oct 10 20:29:45 2015
New Revision: 1707910

URL: http://svn.apache.org/viewvc?rev=1707910&view=rev
Log:
SOLR-8039: Add new book: Apache Solr Search Patterns

Added:
    lucene/cms/trunk/content/solr/assets/images/book_solr_search_patterns.jpg   (with props)
Modified:
    lucene/cms/trunk/content/solr/resources.mdtext
    lucene/cms/trunk/templates/solr-index.html

Added: lucene/cms/trunk/content/solr/assets/images/book_solr_search_patterns.jpg
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/assets/images/book_solr_search_patterns.jpg?rev=1707910&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/cms/trunk/content/solr/assets/images/book_solr_search_patterns.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: lucene/cms/trunk/content/solr/assets/images/book_solr_search_patterns.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1707910&r1=1707909&r2=1707910&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Sat Oct 10 20:29:45 2015
@@ -175,6 +175,19 @@ Solr 4 was Solr's biggest release ever.
 
 ***
 
+<h3 class="offset" id="book-solr-search-patterns">Apache Solr Search Patterns</h3>
+
+[Jayant Kumar](https://www.linkedin.com/in/jayantkumar) is proud to announce the book "[Apache Solr Search Patterns](http://bit.ly/1J2neZ9)" by [Packt Publishing](https://www.packtpub.com/). This book is for developers who have prior knowledge on Solr and are looking at procuring advanced strategies for improving their search using Solr. Also, if you work with analytics to generate graphs and reports using Solr and you are a search architect who is looking forward to scale your search using Solr, then this book is a perfect guide for you.
+
+<a href="http://bit.ly/1J2neZ9"><img alt="Apache Solr Search Patterns (cover)" class="float-right" src="/solr/assets/images/book_solr_search_patterns.jpg" /></a>
+**Apache Solr Search Patterns** begins with a brief introduction of analyzers and tokenizers to understand the challenges associated with implementing large-scale indexing and multilingual search functionality. It then moves on to working with custom queries and understanding how filters work internally. While doing so, it also helps the readers create their own query language or Solr plugin that does proximity searches. 
+
+Furthermore, the book discusses how Solr can be used for real-time analytics and tackle problems faced during its implementation in e-commerce search. It then dives into the spatial features such as indexing strategies and search/filtering strategies for a spatial search. And also do an in-depth analysis of problems faced in an ad serving platform and how Solr can be used to solve these problems.
+
+Click [here](http://bit.ly/1J2neZ9) to read more about the Apache Solr Search Patterns
+
+***
+
 <h3 class="offset" id="book-solr-cookbook-3ed">Solr Cookbook - Third Edition</h3>
 
 [Rafał Kuć](https://pl.linkedin.com/in/rafalkuc) is proud to *finally* announce the book "[Solr Cookbook - Third Edition](http://bit.ly/1Q2AGS8)" by [Packt Publishing](https://www.packtpub.com/). This edition will specifically appeal to developers who wish to quickly get to grips with the changes and new features of Apache Solr 5.

Modified: lucene/cms/trunk/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-index.html?rev=1707910&r1=1707909&r2=1707910&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Sat Oct 10 20:29:45 2015
@@ -307,11 +307,11 @@
           <hr/>
           <ul class="books small-block-grid-2 medium-block-grid-3 large-block-grid-6">
             <li><a href="/solr/resources.html#book-asess-3ed"><img src="/solr/assets/images/book_asess_3ed.jpg"/></a></li>
+            <li><a href="/solr/resources.html#book-solr-search-patterns"><img src="/solr/assets/images/book_solr_search_patterns.jpg"/></a></li>
             <li><a href="/solr/resources.html#book-solr-cookbook-3ed"><img src="/solr/assets/images/book_solr_cookbook_3ed.jpg"/></a></li>
             <li><a href="/solr/resources.html#mastering-apache-solr"><img src="/solr/assets/images/book_mas.jpg"/></a></li>
             <li><a href="/solr/resources.html#solr-in-action"><img src="/solr/assets/images/book_sia.png"/></a></li>
             <li><a href="/solr/resources.html#einfuehrung-in-apache-solr"><img src="/solr/assets/images/book-eias.jpg"/></a></li>
-            <li><a href="/solr/resources.html#instant-apache-solr-for-indexing-data-how-to"><img src="/solr/assets/images/book_s4index.jpg"/></a></li>
           </ul>
           <a class="btn" href="/solr/resources.html#solr-books">Learn More</a>
         </div>