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/10/31 16:03:01 UTC

svn commit: r1635789 - in /lucene/cms/branches/solr_6058: content/solr/assets/scripts/main.js content/solr/assets/styles/base.css content/solr/resources.mdtext templates/solr-index.html

Author: sarowe
Date: Fri Oct 31 15:03:00 2014
New Revision: 1635789

URL: http://svn.apache.org/r1635789
Log:
SOLR-6058: Add Taming Text cover image to the front page; link from front page book cover images to the book's description on the resources pages; add book cover images and links to buy to the book section on the resources page; add Taming Text placeholder (needs blurb) to the book section on the resources page

Modified:
    lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js
    lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
    lucene/cms/branches/solr_6058/content/solr/resources.mdtext
    lucene/cms/branches/solr_6058/templates/solr-index.html

Modified: lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js?rev=1635789&r1=1635788&r2=1635789&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/scripts/main.js Fri Oct 31 15:03:00 2014
@@ -9,6 +9,7 @@
 
   $(function() {
     $('h2').addClass('offset');
+    $('h3').addClass('offset');
     $('.smooth-scroll').smoothScroll({ offset: 100 })
   });
 

Modified: lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css?rev=1635789&r1=1635788&r2=1635789&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css (original)
+++ lucene/cms/branches/solr_6058/content/solr/assets/styles/base.css Fri Oct 31 15:03:00 2014
@@ -828,4 +828,11 @@ ul.breadcrumbs a {
   margin-bottom:40px;
 }
 
+.float-right {
+    float: right;
+}
+
+img.float-right {
+    margin: 5px 0px 10px 10px;
+}
 

Modified: lucene/cms/branches/solr_6058/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/resources.mdtext?rev=1635789&r1=1635788&r2=1635789&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/resources.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/resources.mdtext Fri Oct 31 15:03:00 2014
@@ -69,53 +69,77 @@ Improved analysis debugging screens
 ***
 ## Solr Books ##
 
-Additional documentation can be found on the [Solr Community Wiki]() or the various [books published about Solr]().
+### Mastering Apache Solr ###
+
+<a href="http://mathieu-nayrolles.com">Mathieu Nayrolles</a> and <a href="http://www.inkstall.com/">Inkstall Publications</a> are proud to announce their latest book — [Mastering Apache Solr](http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509/ref=sr_1_1?ie=UTF8&qid=1400238519&sr=8-1&keywords=mastering+inkstall).  This book will empower you to provide a world-class search experience to your end users through the discovery of the powerful mechanisms presented in it.
+ 
+<a href="http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509/ref=sr_1_1?ie=UTF8&qid=1400238519&sr=8-1&keywords=mastering+inkstall" title="Mastering Apache Solr"><img alt="Mastering Apache Solr cover" class="float-right" src="/images/book_mas.jpg" /></a> 
+**Mastering Apache Solr** is a short, focused, practical, hands-on guide containing crisp, relevant, systematically arranged, progressive chapters. These chapters contain a wealth of information presented in a direct and easy-to-understand manner. Highlighting Solr's supremacy over classical databases in full-text search, this book covers key technical concepts which will help you accelerate your progress in the Solr world.
+ 
+**Mastering Apache Solr** starts with an introduction to Apache Solr, its underlying technologies, the main differences between the classical database engines, and gradually moves to more advance topics such as boosting performance. In this book, we will look under the hood of a large number of topics and discuss answers to pertinent questions such as why denormalize data, how to import classical databases' data inside Apache Solr, how to serve Solr through five different web servers, how to optimize them to serve Solr even faster. An important and major topic covered in this book is Solr's querying mechanism, which will prove to be a strong ally in our journey through this book. We then look at boosting performance and deploying Solr using several servlet servers. Finally, we cover how to communicate with Solr using different programming languages, before deploying it in a cloud-based environment.
+ 
+**Mastering Apache Solr** is written lucidly and has a clear simple approach. From the first page to the last, the book remains practical and focuses on the most important topics used in the world of Apache Solr without neglecting important theoretical fundamentals that help you build a strong foundation. 
+
+[Buy here](http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509/ref=sr_1_1?ie=UTF8&qid=1400238519&sr=8-1&keywords=mastering+inkstall)
 
 ***
 
 ### Solr in Action ###
 
-Trey Grainger, Timothy Potter, and Manning Publications are proud to announce Solr in Action, a comprehensive (638 pg.), example-driven guide covering through Solr 4.7.
+Trey Grainger, Timothy Potter, and Manning Publications are proud to announce [Solr in Action](http://solrinaction.com), a comprehensive (638 pg.), example-driven guide covering through Solr 4.7.
 
-Solr in Action cover 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.
+<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.
 
-[Buy here]()
+[Buy here](http://solrinaction.com)
 
 ***
 
 ### Instant Apache Solr for Indexing Data How-to ###
 
-Alexandre Rafalovitch and Packt Publishing are proud to announce Instant Apache Solr for Indexing Data How-to - an example-driven guide that will take you on a journey from the basic collection of data to a multi-lingual, multi-field, multi-type schema.
+<a href="http://www.packtpub.com/apache-solr-for-indexing-data/book" title="Packt: Instant Apache Solr for Indexing Data How-to"><img alt="Instant Apache Solr for Indexing Data How-to - cover" class="float-right" src="/images/book_s4index.jpg" /></a>
+Alexandre Rafalovitch and Packt Publishing are proud to announce [Instant Apache Solr for Indexing Data How-to](http://www.packtpub.com/apache-solr-for-indexing-data/book) - an example-driven guide that will take you on a journey from the basic collection of data to a multi-lingual, multi-field, multi-type schema.
 
-Content and data searching is a very important part of the modern user experience, and before something can be searched, it has to be indexed. Indexing is a hidden part of the process that has a surprisingly strong impact on the overall user experience. From speed, to faceting, to multilingual support, everything depends on correct indexing. Instant Apache Solr for Indexing Data How-to is a friendly, practical guide that will show you how to index your data with Solr 4.3.
+Content and data searching is a very important part of the modern user experience, and before something can be searched, it has to be indexed. Indexing is a hidden part of the process that has a surprisingly strong impact on the overall user experience. From speed, to faceting, to multilingual support, everything depends on correct indexing. **Instant Apache Solr for Indexing Data How-to** is a friendly, practical guide that will show you how to index your data with Solr 4.3.
 
-[Buy here]()
+[Buy here](http://www.packtpub.com/apache-solr-for-indexing-data/book)
 
 ***
 
 ### Apache Solr 4 Cookbook ###
 
-Rafał Kuć and Packt Publishing are proud to announce the second edition of Apache Solr 4 Cookbook. The Cookbook is newly updated and improved with new chapters on SolrCloud and every chapter updated to Solr 4.
+<a href="http://www.packtpub.com/apache-solr-4-cookbook/book" title="Packt: Apache Solr 4 Cookbook"><img alt="Apache Solr 4 Cookbook cover" class="float-right" src="/images/book_s4c.jpg" /></a>
+Rafał Kuć and Packt Publishing are proud to announce the second edition of [Apache Solr 4 Cookbook](http://www.packtpub.com/apache-solr-4-cookbook/book). The Cookbook is newly updated and improved with new chapters on SolrCloud and every chapter updated to Solr 4.
 
-"Apache Solr 4 Cookbook" features over 100 recipes to make Apache Solr faster, more reliable, and return better results. It will show you how to get the most out of your search engine. Full of practical recipes and examples, this book will show you how to set up Apache Solr, tune and benchmark performance as well as index and analyze your data to provide better, more precise, and useful search data.
+**Apache Solr 4 Cookbook** features over 100 recipes to make Apache Solr faster, more reliable, and return better results. It will show you how to get the most out of your search engine. Full of practical recipes and examples, this book will show you how to set up Apache Solr, tune and benchmark performance as well as index and analyze your data to provide better, more precise, and useful search data.
 
 The book will make your search better, more accurate and faster with practical recipes on essential topics such as SolrCloud, querying data, search faceting, text and data analysis, and cache configuration.
 
-With numerous practical chapters centered on important Solr techniques and methods, Apache Solr 4 Cookbook is an essential resource for developers who wish to take their knowledge and skills further. Thoroughly updated and improved, this Cookbook also covers the changes in Apache Solr 4 including the awesome capabilities of SolrCloud.
+With numerous practical chapters centered on important Solr techniques and methods, **Apache Solr 4 Cookbook** is an essential resource for developers who wish to take their knowledge and skills further. Thoroughly updated and improved, this Cookbook also covers the changes in Apache Solr 4 including the awesome capabilities of SolrCloud.
 
-[Buy here]()
+[Buy here](http://www.packtpub.com/apache-solr-4-cookbook/book)
+
+***
+
+### Taming Text ###
+
+<a href="http://www.manning.com/ingersoll/" title="Taming Text"><img alt="Taming Text cover" class="float-right" src="/images/book_tt.png" /></a>
+TODO: Add blurb
+
+[Buy here](http://www.manning.com/ingersoll/)
 
 ***
 
 ### Apache Solr 3 Enterprise Search Server ###
 
-David Smiley and Eric Pugh proudly announce the second edition of the first book on Solr, "Apache Solr 3 Enterprise Search Server" from Packt Publishing.
+<a href="http://link.packtpub.com/2LjDxE" title="PACKT: Apache Solr 3 Enterprise Search Server"><img alt="Apache Solr 3 Enterprise Search Server cover" class="float-right" src="/images/book_as3ess.jpg" /></a>
+David Smiley and Eric Pugh proudly announce the second edition of the first book on Solr, [Apache Solr 3 Enterprise Search Server](http://link.packtpub.com/2LjDxE) from Packt Publishing.
 
-Apache Solr 3 Enterprise Search Server is a comprehensive reference guide for nearly every feature has to offer. Through using a large set of metadata about artists, releases, and tracks courtesy of the MusicBrainz.org project, you will have a testing ground for learning Solr. You'll learn how to design a schema, use appropriate text analysis and then how to import this data in various ways. Next, you'll learn how to search this data, how to use advanced relevancy tuning, and how to enhance standard search results with highlighting, faceting, query auto-complete, and other features. The book, supported with working code examples in various languages, shows how to use a wide selection of Solr integration client libraries, frameworks and other software like web crawlers. The book wraps up with deployment considerations, tuning Solr performance, and scaling Solr to multiple machines.
+**Apache Solr 3 Enterprise Search Server** is a comprehensive reference guide for nearly every feature has to offer. Through using a large set of metadata about artists, releases, and tracks courtesy of the MusicBrainz.org project, you will have a testing ground for learning Solr. You'll learn how to design a schema, use appropriate text analysis and then how to import this data in various ways. Next, you'll learn how to search this data, how to use advanced relevancy tuning, and how to enhance standard search results with highlighting, faceting, query auto-complete, and other features. The book, supported with working code examples in various languages, shows how to use a wide selection of Solr integration client libraries, frameworks and other software like web crawlers. The book wraps up with deployment considerations, tuning Solr performance, and scaling Solr to multiple machines.
 
 This edition naturally covers the latest features in Solr as of version 3.4 like Result Grouping and Geospatial, but this is not a small update to the first book. No chapter was untouched — some were revamped significantly and the content was expanded by about 25% by page count. Each chapter has a tip in the introduction that advises readers in a hurry on what parts should be read now or later. Finally, it includes a 2-page parameter quick-reference appendix that you will surely find useful printed on your desk.
 
-You can find further information at the publisher's site and at the authors' site, including a free chapter and search parameter quick-reference sheet (the appendix).
+You can find further information at [the publisher's site](http://link.packtpub.com/2LjDxE) and at [the authors' site](http://www.solrenterprisesearchserver.com), including a free chapter and search parameter quick-reference sheet (the appendix).
 
 [Buy here]()
 
@@ -123,13 +147,14 @@ You can find further information at the 
 
 ### Apache Solr 3.1 Cookbook ###
 
-Rafał Kuć is proud to introduce a new book on Solr, "Apache Solr 3.1 Cookbook" from Packt Publishing.
+<a href="http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book" title="PACKT: Apache Solr 3.1 Cookbook"><img alt="Solr Cookbook cover" class="float-right" src="/images/book_s3c.png" /></a>
+Rafał Kuć is proud to introduce a new book on Solr, [Apache Solr 3.1 Cookbook](http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book) from Packt Publishing.
 
-The Solr 3.1 Cookbook will make your everyday work easier by using real-life examples that show you how to deal with the most common problems that can arise while using the Apache Solr search engine.
+**Apache Solr 3.1 Cookbook** will make your everyday work easier by using real-life examples that show you how to deal with the most common problems that can arise while using the Apache Solr search engine.
 
 This cookbook will show you how to get the most out of your search engine. Each chapter covers a different aspect of working with Solr from analyzing your text data through querying, performance improvement, and developing your own modules. The practical recipes will help you to quickly solve common problems with data analysis, show you how to use faceting to collect data and to speed up the performance of Solr. You will learn about functionalities that most newbies are unaware of, such as sorting results by a function value, highlighting matched words, and computing statistics to make your work with Solr easy and stress free.
 
-[Buy here]()
+[Buy here](http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book)
 
 ***
 

Modified: lucene/cms/branches/solr_6058/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/templates/solr-index.html?rev=1635789&r1=1635788&r2=1635789&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/templates/solr-index.html (original)
+++ lucene/cms/branches/solr_6058/templates/solr-index.html Fri Oct 31 15:03:00 2014
@@ -215,14 +215,14 @@
           </p>
           <hr/>
           <ul class="books small-block-grid-2 medium-block-grid-3 large-block-grid-6">
-            <li><img src="/images/book_mas.jpg"/></li>
-            <li><img src="/images/book_sia.png"/></li>
-            <li><img src="/images/book_s4index.jpg"/></li>
-            <li><img src="/images/book_s4c.jpg"/></li>
-            <li><img src="/images/book_as3ess.jpg"/></li>
-            <li><img src="/images/book_s3c.png"/></li>
+            <li><a href="/solr/resources.html#mastering-apache-solr"><img src="/images/book_mas.jpg"/></a></li>
+            <li><a href="/solr/resources.html#solr-in-action"><img src="/images/book_sia.png"/></a></li>
+            <li><a href="/solr/resources.html#instant-apache-solr-for-indexing-data-how-to"><img src="/images/book_s4index.jpg"/></a></li>
+            <li><a href="/solr/resources.html#apache-solr-4-cookbook"><img src="/images/book_s4c.jpg"/></a></li>
+            <li><a href="/solr/resources.html#taming-text"><img src="/images/book_tt.png"/></a></li>
+            <li><a href="/solr/resources.html#apache-solr-3-enterprise-search-server"><img src="/images/book_as3ess.jpg"/></a></li>
           </ul>
-          <a class="btn" href="/solr/books.html">Learn More</a>
+          <a class="btn" href="/solr/resources.html#solr-books">Learn More</a>
         </div>
       </div>
     </section>