You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2016/09/20 20:18:05 UTC

svn commit: r1761635 - in /lucene/cms/trunk/content: core/systemreqs.mdtext solr/resources.mdtext

Author: shalin
Date: Tue Sep 20 20:18:05 2016
New Revision: 1761635

URL: http://svn.apache.org/viewvc?rev=1761635&view=rev
Log:
Adding Lucene/Solr 6.2.1

Modified:
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/solr/resources.mdtext

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1761635&r1=1761634&r2=1761635&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Tue Sep 20 20:18:05 2016
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [6.2.0](./6_2_0/SYSTEM_REQUIREMENTS.html)
+- [6.2.1](./6_2_1/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1761635&r1=1761634&r2=1761635&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Tue Sep 20 20:18:05 2016
@@ -2,7 +2,7 @@ Title: Resources
 
 ## Tutorials ##
 
-<!-- 
+<!--
    TODO: this was previously mentioned.  do we retain something like this?  or...?
    A copy of the tutorial for each version of Solr is included in the documentation for that release.
 -->
@@ -24,12 +24,12 @@ Users who have completed the tutorial ar
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
-* [Latest Release](/solr/6_2_0/index.html)
+* [Latest Release](/solr/6_2_1/index.html)
 
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
 
 Beginning with Solr 4.4, a detailed reference guide is available online or as PDF downloads.
-<!-- 
+<!--
 Do not add a version# to the text label for ref guide download unless there is a clear mechanism to maintain it.
 The template "{% include "content/latestversion.mdtext" %}" is tied directly to the code release version and so can not be
 used for ref guide release version unless we either 1. guarantee code and ref guide release to happen together, always or
@@ -201,7 +201,7 @@ Click [here](https://www.packtpub.com/bi
 [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. 
+**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.