You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/06/07 01:39:07 UTC

svn commit: r1013554 [3/3] - in /websites/staging/lucene/trunk/content: ./ core/ images/ openrelevance/ solr/

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Wed Jun  7 01:39:06 2017
@@ -168,11 +168,99 @@ one would get if using TREC or other eva
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="lucenetm-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News<a class="headerlink" href="#lucenetm-news" title="Permanent link">&para;</a></h1>
+<h2 id="6-june-2017-apache-lucene-660-and-apache-solr-660-available">6 June 2017 - Apache Lucene 6.6.0 and Apache Solr 6.6.0 Available<a class="headerlink" href="#6-june-2017-apache-lucene-660-and-apache-solr-660-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.0 and Apache Solr 6.6.0.</p>
+<p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.6.0</a>
+and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.0</a></p>
+<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>A concurrent SortedSet facets implementation    </p>
+</li>
+<li>
+<p>spatial-extras HeatmapFacetCounter will now short-circuit it's work when Bits.MatchNoBits is passed   </p>
+</li>
+<li>
+<p>OfflineSorter now passes the total number of items it will write to getWriter()</p>
+</li>
+<li>
+<p>Move dictionary for Ukrainian analyzer to external dependency</p>
+</li>
+<li>
+<p>SortedSetDocValuesReaderState now implements Accountable so one can see how much RAM it is using</p>
+</li>
+<li>
+<p>OfflineSorter can now run concurrently if you pass it an optional ExecutorService Sorted set facets now use sparse storage when collecting hits, when appropriate</p>
+</li>
+<li>
+<p>PostingsHighlighter has been deprecated in favour of the UnifiedHighlighter</p>
+</li>
+</ul>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>Payload support with payload() value source and {!payload_score} and {!payload_check} query parsers</p>
+</li>
+<li>
+<p>Solr support for SimpleTextCodec</p>
+</li>
+<li>
+<p>Multi-field support to TermsComponent when requesting terms' statistics</p>
+</li>
+<li>
+<p>New AtomicUpdateProcessor to convert normal update operations to atomic update operations</p>
+</li>
+<li>
+<p>UPLOAD command (Config Set API) for uploading zipped configsets</p>
+</li>
+<li>
+<p>MOVEREPLICA command (Collections API) for moving a replica across nodes</p>
+</li>
+<li>
+<p>LISTALIASES command (Collections API) to return a list of all collection aliases</p>
+</li>
+<li>
+<p>STATUS command (Core Admin API) to emit collection details of each core</p>
+</li>
+<li>
+<p>Basic authentication can be enabled/disabled using bin/solr|bin/solr.cmd</p>
+</li>
+<li>
+<p>Solr default/example uses WordDelimiterGraphFilterFactory and SynonymGraphFilterFactory</p>
+</li>
+<li>
+<p>Expose cache statistics using metrics API</p>
+</li>
+<li>
+<p>CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts</p>
+</li>
+<li>
+<p>Grouping, CollapseQParser and ExpandComponent support with PointFields</p>
+</li>
+<li>
+<p>Variance and Standard Deviation aggregators for the JSON Facet API</p>
+</li>
+<li>
+<p>JSON Faceting now supports a query time 'join' domain change option</p>
+</li>
+<li>
+<p>CartesianProductStream, which turns a single tuple with a multi-valued field into N tuples, one for each value in the multi-valued field</p>
+</li>
+<li>
+<p>New Streaming Evaluators: Basic math, UUID, Date/time, correlation, regress, predict, covariance, convolution, normalize</p>
+</li>
+<li>
+<p>New Streaming Expressions: shuffle, echo, eval, timeseries, let, get, tuple</p>
+</li>
+</ul>
+<p>See the <a href="/core/6_6_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_6_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="27-april-2017-apache-lucene-651-and-apache-solr-651-available">27 April 2017 - Apache Lucene 6.5.1 and Apache Solr 6.5.1 Available<a class="headerlink" href="#27-april-2017-apache-lucene-651-and-apache-solr-651-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1 and Apache Solr 6.5.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Fixed join queries to not reference IndexReaders, as it could cause leaks if they are cached.</p>
@@ -184,7 +272,7 @@ and Solr can be downloaded from <a href=
 <p>Fixed index sorting to work with sparse numeric and binary docvalues field</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>bin\solr.cmd delete and healthcheck now works again; fixed continuation chars ^</p>
@@ -227,7 +315,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0 and Apache Solr 6.5.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_1">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>It is now possible filter out duplicates in the NRT suggester</p>
@@ -290,7 +378,7 @@ and Solr can be downloaded from <a href=
 <p>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</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>PointFields (fixed-width multi-dimensional numeric &amp; binary types enabling fast range search) are now supported</p>
@@ -375,11 +463,11 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.2 and Apache Solr 6.4.2.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.2</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.2</a></p>
-<h3 id="highlights-of-this-lucene-release-include_2">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fixed: CommonGramsQueryFilter was producing a disconnected token graph, messing up phrase queries during query parsing</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Fixed: Serious performance degradation in Solr 6.4 due to the metrics collection. IndexWriter metrics collection turned off by default, directory level metrics collection completely removed (until a better design is found)</p>
@@ -401,7 +489,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.4 and Apache Solr 5.5.4.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.4</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.4</a></p>
-<h3 id="highlights-of-this-lucene-release-include_3">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Made stored fields reclaim native memory more aggressively</p>
@@ -413,7 +501,7 @@ and Solr can be downloaded from <a href=
 <p>MmapDirectory's unmapping code is now compatible with Java 9 (EA build 150 and later)</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Better validation of filename params in ReplicationHandler</p>
@@ -429,7 +517,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.1 and Apache Solr 6.4.1.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_4">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Javadocs now build successfully with Java 8u121</p>
@@ -444,7 +532,7 @@ and Solr can be downloaded from <a href=
 <p>AnalyzingInfixSuggester now only opens an IndexWriter when changes need to be applied</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -472,7 +560,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.4.0 and Apache Solr 6.4.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_5">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
@@ -517,7 +605,7 @@ and Solr can be downloaded from <a href=
 <p>"TermAutomatonQuery" now rewrites to more efficient queries when possible</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
 <p>Streaming:</p>
 <ul>
 <li>
@@ -623,7 +711,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.3.0 and Apache Solr 6.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.3.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_6">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>A brand new "UnifiedHighlighter" derivative of the PostingsHighlighter that can consume offsets from postings, term vectors, or analysis. It can highlight phrases as accurately as the standard Highlighter. Light term vectors can be used with offsets in postings for fast wildcard (MultiTermQuery) highlighting.</p>
@@ -641,7 +729,7 @@ and Solr can be downloaded from <a href=
 <p>Many other changes and bug fixes</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -773,7 +861,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.2.0 and Apache Solr 6.2.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.2.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_7">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -819,7 +907,7 @@ and Solr can be downloaded from <a href=
 <p>Dimensional points have much faster (~40%) flush time and use less space in the index</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -901,7 +989,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.1.0 and Apache Solr 6.1.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.1.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.1.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_8">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -922,7 +1010,7 @@ and Solr can be downloaded from <a href=
 <p>In case of contention, the query cache now prefers returning an uncached Scorer rather than waiting on a lock.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Added graph traversal support, and new "sort" and "random" streaming expressions. It's also now possible to create streaming expressions with the Solr Admin UI.</p>
@@ -966,7 +1054,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.0 and Apache Solr 6.0.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/java/6.0.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0">http://www.apache.org/dyn/closer.lua/lucene/solr/6.0.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_9">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Java 8 is the minimum Java version required.</p>
@@ -993,7 +1081,7 @@ and Solr can be downloaded from <a href=
 <p>Easier method of defining custom CharTokenizer instances.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_9">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_9" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -1054,7 +1142,7 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.0 and Apache Solr 5.5.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.5.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.5.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_10">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -1081,7 +1169,7 @@ and Solr can be downloaded from <a href=
 <p>TermsQuery constructors are more GC efficient</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_10">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_10" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
@@ -1134,7 +1222,7 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.4.0 and Apache Solr 5.4.0</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.4.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.4.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_11">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes">API Changes<a class="headerlink" href="#api-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Query.getBoost and Query.setBoost are deprecated in favour of the new BoostQuery</li>
@@ -1159,7 +1247,7 @@ and Solr can be downloaded from <a href=
 <ul>
 <li>PatternTokenizer no longer hangs onto heap sized to the maximum input string it's ever seen.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_11">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_11" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" title="Permanent link">&para;</a></h3>
 <h4 id="ui-changes">UI Changes<a class="headerlink" href="#ui-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>The rearchitected Admin UI is now prominently linked to from the existing UI, and includes support for managing collections as well as creating and removing fields via the schema tab. Expect it to be default in the next release.</li>
@@ -1188,14 +1276,14 @@ and Solr can be downloaded from <a href=
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1 and Apache Solr 5.3.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_12">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_1">Bug Fixes<a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>Remove classloader hack in MorfologikFilter</li>
 <li>UsageTrackingQueryCachingPolicy no longer caches trivial queries like MatchAllDocsQuery</li>
 <li>Fixed BoostingQuery to rewrite wrapped queries</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_12">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_12" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes_2">Bug Fixes<a class="headerlink" href="#bug-fixes_2" title="Permanent link">&para;</a></h4>
 <ul>
 <li>security.json is not loaded on server start</li>
@@ -1213,7 +1301,7 @@ and Solr can be downloaded from <a href=
 of Apache Lucene 5.3.0 and Apache Solr 5.3.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.3.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_13">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_14">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_14" title="Permanent link">&para;</a></h3>
 <h4 id="api-changes_1">API Changes<a class="headerlink" href="#api-changes_1" title="Permanent link">&para;</a></h4>
 <ul>
 <li>PhraseQuery and BooleanQuery are now immutable</li>
@@ -1238,7 +1326,7 @@ and Solr can be downloaded from <a href=
 <li>Faster intersection of the terms dictionary with very finite automata, which can be generated eg. by simple regexp queries</li>
 <li>Various bugfixes and optimizations since the 5.2.0 release.</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_13">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_13" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_14">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_14" title="Permanent link">&para;</a></h3>
 <ul>
 <li>In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.</li>
 <li>In built AuthorizationPlugin that provides fine grained control over implementing ACLs for various resources with permisssion rules which are stored in ZooKeeper.</li>
@@ -1257,13 +1345,13 @@ with the release for a full list of deta
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 5.2.1 and Apache Solr 5.2.1</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.1</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.1</a></p>
-<h3 id="highlights-of-this-lucene-release-include_14">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_14" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_15">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_15" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix class loading deadlock relating to Codec initialization, default codec and SPI discovery.</li>
 <li>NRT readers now reflect a new commit even if there is no change to the commit user data</li>
 <li>Queries now get a dummy Similarity when scores are not needed in order to not load unnecessary information like norms</li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_14">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_14" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_15">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_15" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Fix javascript bug introduced by SOLR-7409 that breaks the dataimport screen in the admin UI</li>
 <li>Faceting on a numeric field with a unique() subfacet function on another numeric field can result in incorrect results or an exception</li>
@@ -1282,7 +1370,7 @@ with the release for a full list of deta
 of Apache Lucene 5.2.0 and Apache Solr 5.2.0.</p>
 <p>Lucene can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/java/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/java/5.2.0</a>
 and Solr can be downloaded from <a href="http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0">http://www.apache.org/dyn/closer.lua/lucene/solr/5.2.0</a></p>
-<h3 id="highlights-of-this-lucene-release-include_15">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_15" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-lucene-release-include_16">Highlights of this Lucene release include:<a class="headerlink" href="#highlights-of-this-lucene-release-include_16" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Span queries now share document conjunction/intersection code with boolean queries, and use two-phased iterators for faster intersection by avoiding loading positions in certain cases.</p>
@@ -1315,7 +1403,7 @@ and Solr can be downloaded from <a href=
 <p>Various bugfixes and optimizations since the 5.1.0 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-this-solr-release-include_15">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_15" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_16">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_16" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Restore API allows restoring a core from an index backup.</p>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Wed Jun  7 01:39:06 2017
@@ -236,15 +236,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 6.5.1</div>
+    <div class="flap bottom">of Apache Lucene 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.5.1</div>
+  <div class="download-desc">Apache Lucene 6.6.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 6.5.1</div>
+    <div class="flap bottom">of Apache Solr 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.5.1</div></p>
+  <div class="download-desc">Apache Solr 6.6.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Wed Jun  7 01:39:06 2017
@@ -257,15 +257,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 6.5.1</div>
+    <div class="flap bottom">of Apache Lucene 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.5.1</div>
+  <div class="download-desc">Apache Lucene 6.6.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 6.5.1</div>
+    <div class="flap bottom">of Apache Solr 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.5.1</div></p>
+  <div class="download-desc">Apache Solr 6.6.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/solr/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/solr/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/solr/doap.rdf Wed Jun  7 01:39:06 2017
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_6</branch>
+        <name>solr-6.6.0</name>
+        <created>2017-06-06</created>
+        <revision>6.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>branch_6_5</branch>
         <name>solr-6.5.1</name>
         <created>2017-04-27</created>

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Wed Jun  7 01:39:06 2017
@@ -194,7 +194,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 6.5.1
+        Apache Solr<sup>&trade;</sup> 6.6.0
 
       </div>
       <h1>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Wed Jun  7 01:39:06 2017
@@ -182,7 +182,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 6.5.1
+            Apache Solr<sup>&trade;</sup> 6.6.0
 
           </div>
           <h1>
@@ -445,13 +445,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 27 April 2017
+            Solr News | 6 June 2017
           </div>
           <h1>
-             Apache Solr 6.5.1 available
+             Apache Solr 6.6.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.6.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>

Modified: websites/staging/lucene/trunk/content/solr/logos-and-assets.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/logos-and-assets.html (original)
+++ websites/staging/lucene/trunk/content/solr/logos-and-assets.html Wed Jun  7 01:39:06 2017
@@ -194,7 +194,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 6.5.1
+        Apache Solr<sup>&trade;</sup> 6.6.0
 
       </div>
       <h1>Solr Logos and Assets</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Wed Jun  7 01:39:06 2017
@@ -28,7 +28,7 @@
   <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.7/slick.css"/>
   <link rel="stylesheet" href="/solr/assets/styles/base.css" />
   
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   
 

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Wed Jun  7 01:39:06 2017
@@ -231,7 +231,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 6.5.1
+            Apache Solr<sup>&trade;</sup> 6.6.0
 
           </div>
           <h1>
@@ -494,13 +494,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 27 April 2017
+            Solr News | 6 June 2017
           </div>
           <h1>
-             Apache Solr 6.5.1 available
+             Apache Solr 6.6.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.6.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>

Modified: websites/staging/lucene/trunk/content/solr/news.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/news.html (original)
+++ websites/staging/lucene/trunk/content/solr/news.html Wed Jun  7 01:39:06 2017
@@ -195,6 +195,77 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="solr-news">Solr<sup>&trade;</sup> News<a class="headerlink" href="#solr-news" title="Permanent link">&para;</a></h1>
+<h2 id="6-june-2017-apache-solrtm-660-available">6 June 2017, Apache Solr™ 6.6.0 available<a class="headerlink" href="#6-june-2017-apache-solrtm-660-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 6.6.0</p>
+<p>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.</p>
+<p>Solr 6.6.0 is available for immediate download at:
+<a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<ul>
+<li>
+<p>Payload support with payload() value source and {!payload_score} and {!payload_check}
+  query parsers</p>
+</li>
+<li>
+<p>Solr support for SimpleTextCodec</p>
+</li>
+<li>
+<p>Multi-field support to TermsComponent when requesting terms' statistics</p>
+</li>
+<li>
+<p>New AtomicUpdateProcessor to convert normal update operations to atomic update operations</p>
+</li>
+<li>
+<p>UPLOAD command (Config Set API) for uploading zipped configsets</p>
+</li>
+<li>
+<p>MOVEREPLICA command (Collections API) for moving a replica across nodes</p>
+</li>
+<li>
+<p>LISTALIASES command (Collections API) to return a list of all collection aliases</p>
+</li>
+<li>
+<p>STATUS command (Core Admin API) to emit collection details of each core</p>
+</li>
+<li>
+<p>Basic authentication can be enabled/disabled using bin/solr|bin/solr.cmd</p>
+</li>
+<li>
+<p>Solr default/example uses WordDelimiterGraphFilterFactory and SynonymGraphFilterFactory</p>
+</li>
+<li>
+<p>Expose cache statistics using metrics API</p>
+</li>
+<li>
+<p>CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts</p>
+</li>
+<li>
+<p>Grouping, CollapseQParser and ExpandComponent support with PointFields</p>
+</li>
+<li>
+<p>Variance and Standard Deviation aggregators for the JSON Facet API</p>
+</li>
+<li>
+<p>JSON Faceting now supports a query time 'join' domain change option</p>
+</li>
+<li>
+<p>CartesianProductStream, which turns a single tuple with a multi-valued field into N tuples, one for each value in the multi-valued field</p>
+</li>
+<li>
+<p>New Streaming Evaluators: Basic math, UUID, Date/time, correlation, regress, predict, covariance, convolution, normalize</p>
+</li>
+<li>
+<p>New Streaming Expressions: shuffle, echo, eval, timeseries, let, get, tuple</p>
+</li>
+</ul>
+<p>See the <a href="/solr/6_6_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="27-april-2017-apache-solrtm-651-available">27 April 2017, Apache Solr™ 6.5.1 available<a class="headerlink" href="#27-april-2017-apache-solrtm-651-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1</p>
 <p>Solr is the popular, blazing fast, open source NoSQL search platform from the
@@ -257,7 +328,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 6.5.0 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>PointFields (fixed-width multi-dimensional numeric &amp; binary types enabling fast range search) are now supported</p>
@@ -349,7 +420,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 6.4.2 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_1">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_1" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Fixed: Serious performance degradation in Solr 6.4 due to the metrics collection. IndexWriter metrics collection turned off by default, directory level metrics collection completely removed (until a better design is found)</p>
@@ -413,7 +484,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 5.5.4 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_2">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_2" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>Better validation of filename params in ReplicationHandler</p>
@@ -436,7 +507,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 6.4.1 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_3">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_3" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
 <ul>
 <li>
 <p>"Plugin/Stats" section of the UI doesn't display empty metric types</p>
@@ -471,7 +542,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 6.4.0 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_4">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_4" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
 <p>Streaming:</p>
 <ul>
 <li>
@@ -590,7 +661,7 @@ the search and navigation features of ma
 internet sites.</p>
 <p>Solr 6.3.0 is available for immediate download at:
 <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_5">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_5" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -1086,7 +1157,7 @@ file included with the release for a ful
 <h2 id="14-december-2015-apache-solr-540-available">14 December 2015 - Apache Solr 5.4.0 Available<a class="headerlink" href="#14-december-2015-apache-solr-540-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 5.4.0</p>
 <p>The release can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_6">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_6" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
 <h4 id="ui-changes">UI Changes<a class="headerlink" href="#ui-changes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>The rearchitected Admin UI is now prominently linked to from the existing UI, and includes support for managing collections as well as creating and removing fields via the schema tab. Expect it to be default in the next release.</li>
@@ -1114,7 +1185,7 @@ file included with the release for a ful
 <h2 id="24-september-2015-apache-solr-531-available">24 September 2015 - Apache Solr 5.3.1 Available<a class="headerlink" href="#24-september-2015-apache-solr-531-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 5.3.1</p>
 <p>The release can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
-<h3 id="highlights-of-this-solr-release-include_7">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_7" title="Permanent link">&para;</a></h3>
+<h3 id="highlights-of-this-solr-release-include_8">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include_8" title="Permanent link">&para;</a></h3>
 <h4 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h4>
 <ul>
 <li>security.json is not loaded on server start</li>

Modified: websites/staging/lucene/trunk/content/solr/resources.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/resources.html (original)
+++ websites/staging/lucene/trunk/content/solr/resources.html Wed Jun  7 01:39:06 2017
@@ -236,14 +236,14 @@ h2:hover > .headerlink, h3:hover > .head
 <p>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:</p>
 <ul>
-<li><a href="/solr/6_5_1/index.html">Latest Release</a></li>
+<li><a href="/solr/6_6_0/index.html">Latest Release</a></li>
 </ul>
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
 
 <p>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 "6.5.1
+The template "6.6.0
 " 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
 2. Make the change here explicitly as part of the ref guide release process to reflect ref guide .

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Wed Jun  7 01:39:06 2017
@@ -375,15 +375,15 @@ h2:hover > .headerlink, h3:hover > .head
 <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 6.5.1</div>
+    <div class="flap bottom">of Apache Lucene 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.5.1</div>
+  <div class="download-desc">Apache Lucene 6.6.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 6.5.1</div>
+    <div class="flap bottom">of Apache Solr 6.6.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.5.1</div></p>
+  <div class="download-desc">Apache Solr 6.6.0</div></p>
 <h1 id="projects">Projects<a class="headerlink" href="#projects" title="Permanent link">&para;</a></h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>