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 2014/03/18 18:44:46 UTC

svn commit: r1578978 - /lucene/cms/trunk/content/solr/books.mdtext

Author: sarowe
Date: Tue Mar 18 17:44:46 2014
New Revision: 1578978

URL: http://svn.apache.org/r1578978
Log:
SOLR-5856: Add "Solr in Action" book

Modified:
    lucene/cms/trunk/content/solr/books.mdtext

Modified: lucene/cms/trunk/content/solr/books.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/books.mdtext?rev=1578978&r1=1578977&r2=1578978&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/books.mdtext (original)
+++ lucene/cms/trunk/content/solr/books.mdtext Tue Mar 18 17:44:46 2014
@@ -1,6 +1,17 @@
 # Solr<span style="vertical-align: super; font-size: xx-small">TM</span> Books
 
 [TOC]
+## Solr in Action
+
+Trey Grainger, Timothy Potter, and Manning Publications are proud to announce <a href="http://solrinaction.com"/>Solr in Action</a>, a comprehensive (638 pg.), example-driven guide covering through Solr 4.7.
+
+<a href="http://solrinaction.com" title="Manning: Solr in Action"><img alt="Solr in Action cover" class="float-right" src="../images/book_sia.png" /></a>
+Solr in Action is an essential resource for implementing fast and scalable search using Apache Solr. It uses well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. With this book, you’ll gain a deep understanding of how to implement core Solr capabilities such as faceted navigation through search results, matched snippet highlighting, field collapsing and search results grouping, spell-checking, query autocomplete, querying by functions, and more. You’ll also see how to take Solr to the next level, with deep coverage of large-scale production use cases, sophisticated multilingual search, complex query operations, and advanced relevancy tuning strategies.
+
+Solr in Action is intentionally designed to be a learning guide as opposed to a reference manual. It builds from an initial introduction to Solr all the way to advanced topics such as implementing a predictive search experience, writing your own Solr plugins for function queries and multilingual text analysis, using Solr for big data analytics, and even building your own Solr-based recommendation engine.
+
+The book uses fun real-world examples, including analyzing the text of tweets, searching and faceting on restaurants, grouping similar items in an ecommerce application, highlighting interesting keywords in UFO sighting reports, and even building a personalized job search experience. Executable code for all examples is included with the book, and several chapters are available for free at the <a href="http://solrinaction.com">publisher's website</a>.
+
 
 ## Instant Apache Solr for Indexing Data How-to