You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/03/27 08:01:47 UTC

svn commit: r1788840 - in /lucene/cms/trunk/content: ./ core/ solr/

Author: jimczi
Date: Mon Mar 27 08:01:46 2017
New Revision: 1788840

URL: http://svn.apache.org/viewvc?rev=1788840&view=rev
Log:
Update the website with 6.5.0 release

Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/latestversion.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/doap.rdf
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/content/solr/quickstart.mdtext
    lucene/cms/trunk/content/solr/resources.mdtext

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Mon Mar 27 08:01:46 2017
@@ -39,9 +39,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/6_4_2/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_4_2/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_4_2/$1
+RedirectMatch temp /core/api/(.*) /core/6_5_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_5_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_5_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Mon Mar 27 08:01:46 2017
@@ -1,5 +1,63 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 27 March 2017 - Apache Lucene™ 6.5.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0
+
+Apache Lucene is a high-performance, full-featured text search engine
+library written entirely in Java. It is a technology suitable for nearly
+any application that requires full-text search, especially cross-platform.
+
+This release contains numerous bug fixes, optimizations, and
+improvements, some of which are highlighted below. The release
+is available for immediate download at:
+  http://lucene.apache.org/core/mirrors-core-latest-redir.html
+
+Please read CHANGES.txt for a full list of new features and changes:
+  https://lucene.apache.org/core/6_5_0/changes/Changes.html
+
+### Highlights of this Lucene release include:
+
+ * It is now possible filter out duplicates in the NRT suggester
+
+ * SimpleQueryString now supports default fuziness
+
+ * IndexWriter can return the list of visible field names
+
+ * DisjunctionScorer now supports returning the matching children clauses
+
+ * A new FunctionScoreQuery that modifies the internal query's score using the per-document values
+
+ * A new FunctionMatchQuery that returns any documents with a value that matches a predicate
+
+ * A new WordDelimiterGraphFilter that outputs a correct graph structure for multi-token expansion at query time
+
+ * A new PatternTokenizer that uses Lucene's RegExp implementation
+
+ * RangeFieldQuery now supports CROSSES relation
+
+ * A new IndexOrDocValuesQuery that uses either an index (points or terms) or doc values in order to run a (range, geo box and distance) query, depending which one is more efficient
+
+ * index-time boosts are deprecated
+
+ * Term filters are no longer cached
+
+ * Compound filters are cached earlier than regular queries
+
+ * BKDReader now calls grow on larger increments
+
+ * LatLonPointInPolygonQuery are faster
+
+ * LatLonPointDistanceQuery now skips distance computations more often
+
+ * To-parent block joins now implements two-phase iteration
+
+ * Point ranges that match most documents are faster
+
+ * PointValues#estimatePointCount is faster with Relation.CELL_INSIDE_QUERY
+
+ * Segments are now also sorted during flush, and merging on a sorted index is substantially faster by using some of the same bulk merge optimizations that non-sorted merging uses
+
 ## 7 March 2017 - Apache Lucene 6.4.2 and Apache Solr 6.4.2 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Mon Mar 27 08:01:46 2017
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [6.4.2](./6_4_2/index.html)
+- [6.5.0](./6_5_0/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Mon Mar 27 08:01:46 2017
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="6_4_2/demo/overview-summary.html#overview_description">Lucene 6.4.2 Demo</a>
+- <a href="6_5_0/demo/overview-summary.html#overview_description">Lucene 6.5.0 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Mon Mar 27 08:01:46 2017
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [6.4.2](./6_4_2/SYSTEM_REQUIREMENTS.html)
+- [6.5.0](./6_5_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Mon Mar 27 08:01:46 2017
@@ -1 +1 @@
-6.4.2
+6.5.0

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Mon Mar 27 08:01:46 2017
@@ -1,5 +1,110 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 27 March 2017 - Apache Lucene 6.5.0 and Apache Solr 6.5.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0 and Apache Solr 6.5.0.
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0>
+
+### Highlights of this Lucene release include:
+
+ * It is now possible filter out duplicates in the NRT suggester
+
+ * SimpleQueryString now supports default fuziness
+
+ * IndexWriter can return the list of visible field names
+
+ * DisjunctionScorer now supports returning the matching children clauses
+
+ * A new FunctionScoreQuery that modifies the internal query's score using the per-document values
+
+ * A new FunctionMatchQuery that returns any documents with a value that matches a predicate
+
+ * A new WordDelimiterGraphFilter that outputs a correct graph structure for multi-token expansion at query time
+
+ * A new PatternTokenizer that uses Lucene's RegExp implementation
+
+ * RangeFieldQuery now supports CROSSES relation
+
+ * A new IndexOrDocValuesQuery that uses either an index (points or terms) or doc values in order to run a (range, geo box and distance) query, depending which one is more efficient
+
+ * index-time boosts are deprecated
+
+ * Term filters are no longer cached
+
+ * Compound filters are cached earlier than regular queries
+
+ * BKDReader now calls grow on larger increments
+
+ * LatLonPointInPolygonQuery are faster
+
+ * LatLonPointDistanceQuery now skips distance computations more often
+
+ * To-parent block joins now implements two-phase iteration
+
+ * Point ranges that match most documents are faster
+
+ * PointValues#estimatePointCount is faster with Relation.CELL_INSIDE_QUERY
+
+ * Segments are now also sorted during flush, and merging on a sorted index is substantially faster by using some of the same bulk merge optimizations that non-sorted merging uses
+
+### Highlights of this Solr release include:
+
+ * PointFields (fixed-width multi-dimensional numeric & binary types enabling fast range search) are now supported
+
+ * In-place updates to numeric docValues fields (single valued, non-stored, non-indexed) supported using atomic update syntax
+
+ * A new LatLonPointSpatialField that uses points or doc values for query
+
+ * It is now possible to declare a field as "large" in order to bypass the document cache
+
+ * New sow=false request param (split-on-whitespace) for edismax & standard query parsers enables query-time multi-term synonyms
+
+ * XML QueryParser (defType=xmlparser) now supports span queries
+
+ * hl.maxAnalyzedChars now have consistent default across highlighters
+
+ * UnifiedSolrHighlighter and PostingsSolrHighlighter now support CustomSeparatorBreakIterator
+
+ * Scoring formula is adjusted for the scoreNodes function
+
+ * Calcite Planner now applies constant Reduction Rules to optimize plans
+
+ * A new significantTerms Streaming Expression that is able to extract the significant terms in an index
+
+ * StreamHandler is now able to use runtimeLib jars
+
+ * Arithmetic operations are added to the SelectStream
+
+ * Added modernized self-documenting /v2 API
+
+ * The .system collection is now created on first request if it does not exist
+
+ * Admin UI: Added shard deletion button
+
+ * Metrics API now supports non-numeric metrics (version, disk type, component state, system properties...)
+
+ * The disk free and aggregated disk free metrics are now reported
+
+ * The DirectUpdateHandler2 now implements MetricsProducer and exposes stats via the metrics api and configured reporters.
+
+ * BlockCache is faster due to less failures when caching a new block
+
+ * MMapDirectoryFactory now supports "preload" option to ask mapped pages to be loaded into physical memory on init
+
+ * Security: BasicAuthPlugin now supports standalone mode
+
+ * Arbitrary java system properties can be passed to zkcli
+
+ * SolrHttpClientBuilder can be configured via java system property
+
+ * Javadocs and Changes.html are no longer included in the binary distribution, but are hosted online
+
+See the [Lucene CHANGES.txt](/core/6_5_0/changes/Changes.html) and
+[Solr CHANGES.txt](/solr/6_5_0/changes/Changes.html) files included
+with the release for a full list of details.
+
 ## 7 March 2017 - Apache Lucene 6.4.2 and Apache Solr 6.4.2 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2 and Apache Solr 6.4.2.
@@ -19,7 +124,7 @@ and Solr can be downloaded from <http://
 
   * Fixed: NullPointerException in CloudSolrClient when reading stale alias
 
-  * Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text 
+  * Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text
 
 See the [Lucene CHANGES.txt](/core/6_4_2/changes/Changes.html) and
 [Solr CHANGES.txt](/solr/6_4_2/changes/Changes.html) files included
@@ -66,7 +171,7 @@ and Solr can be downloaded from <http://
 
   * Fixed native memory leak when the codec is configured with the BEST_COMPRESSION option
 
-  * AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied 
+  * AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied
 
 ### Highlights of this Solr release include:
 

Modified: lucene/cms/trunk/content/solr/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/doap.rdf?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/doap.rdf (original)
+++ lucene/cms/trunk/content/solr/doap.rdf Mon Mar 27 08:01:46 2017
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_5</branch>
+        <name>solr-6.5.0</name>
+        <created>2017-03-27</created>
+        <revision>6.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>branch_6_4</branch>
         <name>solr-6.4.2</name>
         <created>2017-03-07</created>

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Mon Mar 27 08:01:46 2017
@@ -3,6 +3,77 @@ Title: News
 Title: News
 
 # Solr<sup>&trade;</sup> News
+## 27 March 2017 - Apache Solr™ 6.5.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 6.5.0.
+
+Solr is the popular, blazing fast, open source NoSQL search platform
+from the Apache Lucene project. Its major features include powerful
+full-text search, hit highlighting, faceted search and analytics,
+rich document parsing, geospatial search, extensive REST APIs as well
+as parallel SQL. Solr is enterprise grade, secure and highly scalable,
+providing fault tolerant distributed search and indexing, and powers
+the search and navigation features of many of the world's largest
+internet sites.
+
+Solr 6.5.0 is available for immediate download at:
+<http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+### Highlights of this Solr release include:
+
+ * PointFields (fixed-width multi-dimensional numeric & binary types enabling fast range search) are now supported
+
+ * In-place updates to numeric docValues fields (single valued, non-stored, non-indexed) supported using atomic update syntax
+
+ * A new LatLonPointSpatialField that uses points or doc values for query
+
+ * It is now possible to declare a field as "large" in order to bypass the document cache
+
+ * New sow=false request param (split-on-whitespace) for edismax & standard query parsers enables query-time multi-term synonyms
+
+ * XML QueryParser (defType=xmlparser) now supports span queries
+
+ * hl.maxAnalyzedChars now have consistent default across highlighters
+
+ * UnifiedSolrHighlighter and PostingsSolrHighlighter now support CustomSeparatorBreakIterator
+
+ * Scoring formula is adjusted for the scoreNodes function
+
+ * Calcite Planner now applies constant Reduction Rules to optimize plans
+
+ * A new significantTerms Streaming Expression that is able to extract the significant terms in an index
+
+ * StreamHandler is now able to use runtimeLib jars
+
+ * Arithmetic operations are added to the SelectStream
+
+ * Added modernized self-documenting /v2 API
+
+ * The .system collection is now created on first request if it does not exist
+
+ * Admin UI: Added shard deletion button
+
+ * Metrics API now supports non-numeric metrics (version, disk type, component state, system properties...)
+
+ * The disk free and aggregated disk free metrics are now reported
+
+ * The DirectUpdateHandler2 now implements MetricsProducer and exposes stats via the metrics api and configured reporters.
+
+ * BlockCache is faster due to less failures when caching a new block
+
+ * MMapDirectoryFactory now supports "preload" option to ask mapped pages to be loaded into physical memory on init
+
+ * Security: BasicAuthPlugin now supports standalone mode
+
+ * Arbitrary java system properties can be passed to zkcli
+
+ * SolrHttpClientBuilder can be configured via java system property
+
+ * Javadocs and Changes.html are no longer included in the binary distribution, but are hosted online
+
+See the [Solr CHANGES.txt](/solr/6_5_0/changes/Changes.html) files included
+with the release for a full list of details.
+
 ## 7 March 2017 - Apache Solr™ 6.4.2 Available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.4.2.
@@ -27,7 +98,7 @@ Solr 6.4.2 is available for immediate do
 
   * Fixed: NullPointerException in CloudSolrClient when reading stale alias
 
-  * Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text 
+  * Fixed: UnifiedHighlighter and PostingsHighlighter bug in PrefixQuery and TermRangeQuery for multi-byte text
 
 See the [Solr CHANGES.txt](/solr/6_4_2/changes/Changes.html) files included
 with the release for a full list of details.
@@ -47,13 +118,13 @@ CVE-2017-3163: Apache Solr ReplicationHa
 
 **Severity:** Moderate
 
-**Vendor:**  
+**Vendor:**
 The Apache Software Foundation
 
-**Versions Affected:**  
+**Versions Affected:**
 Solr 1.4 to 6.4.0
 
-**Description:**  
+**Description:**
 When using the Index Replication feature, Solr nodes can pull index files from
 a master/leader node using an HTTP API which accepts a file name. However,
 Solr did not validate the file name, hence it was possible to craft a special
@@ -62,17 +133,17 @@ process exposed. Solr servers protected
 and/or authentication would not be at risk since only trusted clients and users
 would gain direct HTTP access.
 
-**Mitigation:**  
+**Mitigation:**
 
 * 6.x users should upgrade to 6.4.1
 * 5.x users should upgrade to 5.5.4
 * 4.x, 3.x and 1.4 users should upgrade to a supported version of Solr
 or setup proper firewalling, or disable the ReplicationHandler if not in use.
 
-**Credit:**  
+**Credit:**
 This issue was discovered by Hrishikesh Gadre of Cloudera Inc.
 
-**References:**  
+**References:**
 
 * [https://issues.apache.org/jira/browse/SOLR-10031](https://issues.apache.org/jira/browse/SOLR-10031)
 * [https://wiki.apache.org/solr/SolrSecurity](https://wiki.apache.org/solr/SolrSecurity)

Modified: lucene/cms/trunk/content/solr/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/quickstart.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/solr/quickstart.mdtext Mon Mar 27 08:01:46 2017
@@ -10,7 +10,7 @@ and getting a feel for the Solr administ
 To follow along with this tutorial, you will need...
 
 1. To meet the [system requirements](/solr/api/SYSTEM_REQUIREMENTS.html)
-2. An Apache Solr release ([download](http://lucene.apache.org/solr/downloads.html)). This tutorial was written using Apache Solr 6.4.2.
+2. An Apache Solr release ([download](http://lucene.apache.org/solr/downloads.html)). This tutorial was written using Apache Solr 6.5.0.
 
 ## Getting Started
 
@@ -22,13 +22,13 @@ Note that the base directory name may va
 Cygwin, or MacOS:
 
     /:$ ls solr*
-    solr-6.4.2.zip
-    /:$ unzip -q solr-6.4.2.zip
-    /:$ cd solr-6.4.2/
+    solr-6.5.0.zip
+    /:$ unzip -q solr-6.5.0.zip
+    /:$ cd solr-6.5.0/
 
 To launch Solr, run: `bin/solr start -e cloud -noprompt`
 
-    /solr-6.4.2:$ bin/solr start -e cloud -noprompt
+    /solr-6.5.0:$ bin/solr start -e cloud -noprompt
 
     Welcome to the SolrCloud example!
 
@@ -43,7 +43,7 @@ To launch Solr, run: `bin/solr start -e
 
     SolrCloud example running, please visit http://localhost:8983/solr
 
-    /solr-6.4.2:$ _
+    /solr-6.5.0:$ _
 
 You can see that the Solr is running by loading the Solr Admin UI in your web browser: <http://localhost:8983/solr/>.
 This is the main starting point for administering Solr.
@@ -79,8 +79,8 @@ subdirectory, so that makes a convenient
 
 Here's what it'll look like:
 
-    /solr-6.4.2:$ bin/post -c gettingstarted docs/
-    java -classpath /solr-6.4.2/dist/solr-core-6.4.2.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
+    /solr-6.5.0:$ bin/post -c gettingstarted docs/
+    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -133,8 +133,8 @@ Using `bin/post`, index the example Solr
 
 Here's what you'll see:
 
-    /solr-6.4.2:$ bin/post -c gettingstarted example/exampledocs/*.xml
-    java -classpath /solr-6.4.2/dist/solr-core-6.4.2.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
+    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/*.xml
+    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -178,8 +178,8 @@ sample JSON file:
 
 You'll see:
 
-    /solr-6.4.2:$ bin/post -c gettingstarted example/exampledocs/books.json
-    java -classpath /solr-6.4.2/dist/solr-core-6.4.2.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
+    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/books.json
+    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -207,8 +207,8 @@ Using `bin/post` index the included exam
 
 In your terminal you'll see:
 
-    /solr-6.4.2:$ bin/post -c gettingstarted example/exampledocs/books.csv
-    java -classpath /solr-6.4.2/dist/solr-core-6.4.2.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
+    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/books.csv
+    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -291,7 +291,7 @@ with the term you want to find.  To sear
 
 You'll see:
 
-    /solr-6.4.2$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
+    /solr-6.5.0$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
     {
       "responseHeader":{
         "zkConnected":true,
@@ -608,4 +608,3 @@ For more information on Solr, check out
   * [Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide) (ensure you
     match the version of the reference guide with your version of Solr)
   * See also additional [Resources](http://lucene.apache.org/solr/resources.html)
-

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1788840&r1=1788839&r2=1788840&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Mon Mar 27 08:01:46 2017
@@ -24,7 +24,7 @@ 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_4_2/index.html)
+* [Latest Release](/solr/6_5_0/index.html)
 
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>