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/01/23 08:36:37 UTC

svn commit: r1005399 [2/2] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Mon Jan 23 08:36:36 2017
@@ -169,11 +169,162 @@ h2:hover > .headerlink, h3:hover > .head
 }
 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="23-january-2017-apache-lucene-640-and-apache-solr-640-available">23 January 2017 - Apache Lucene 6.4.0 and Apache Solr 6.4.0 Available<a class="headerlink" href="#23-january-2017-apache-lucene-640-and-apache-solr-640-available" title="Permanent link">&para;</a></h2>
+<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">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>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
+</li>
+<li>
+<p>A new similarity "BooleanSimilarity" that gives terms a score that is equal to their query boost</p>
+</li>
+<li>
+<p>The axiomatic family of similarities (6 in total) based on https://www.eecis.udel.edu/~hfang/pubs/sigir05-axiom.pdf</p>
+</li>
+<li>
+<p>A new token filter "SynonymGraphFilter" that outputs a correct graph structure for multi-token synonyms at query time</p>
+</li>
+<li>
+<p>Graph token streams, such as those produced by the "SynonymGraphFilter", are now handled accurately by query parsers</p>
+</li>
+<li>
+<p>A new collector "DocValuesStatsCollector" gives the ability to compute statistics on DocValues field</p>
+</li>
+<li>
+<p>It is now possible to filter "SortedDocValues" and "SortedSetDocValues" terms enum with a compiled automaton</p>
+</li>
+<li>
+<p>The "UnifiedHighlighter" can now highlight fields with queries that don't necessarily refer to that field</p>
+</li>
+<li>
+<p>DrillSideways can now run queries concurrently</p>
+</li>
+<li>
+<p>Index sorting now supports sorting on multi-valued fields using MIN, MAX, etc. selectors</p>
+</li>
+<li>
+<p>Points do not store the implicit split dimension in the 1-dimension case. This saves between 6% memory for the largest types such an InetAddressPoint to 33% for the smaller types such as HalfFloatPoint.</p>
+</li>
+<li>
+<p>The BKD in-memory index for dimensional points now uses a compressed format, using substantially less RAM in some cases</p>
+</li>
+<li>
+<p>The BKD writing now buffers each leaf block in heap before writing to disk, giving a small speedup in points-heavy use cases</p>
+</li>
+<li>
+<p>"TermAutomatonQuery" now rewrites to more efficient queries when possible</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>
+<p>Streaming:</p>
+<ul>
+<li>
+<p>Addition of a HavingStream to Streaming API and Streaming Expressions</p>
+</li>
+<li>
+<p>Addition of a priority Streaming Expression</p>
+</li>
+<li>
+<p>Streaming expressions now support collection aliases</p>
+</li>
+</ul>
+<p>Machine Learning:</p>
+<ul>
+<li>Configurable Learning-To-Rank (LTR) support: upload feature definitions, extract feature values, upload your own machine learnt models and use them to rerank search results.</li>
+</ul>
+<p>Faceting:</p>
+<ul>
+<li>
+<p>Added "param" query type to facet domain filter specification to obtain filters via query parameters</p>
+</li>
+<li>
+<p>Any facet command can be filtered using a new parameter filter. Example:  { type:terms, field:category, filter:"user:yonik" }</p>
+</li>
+</ul>
+<p>Scripts / Command line:</p>
+<ul>
+<li>
+<p>A new command-line tool to manage the snapshots functionality</p>
+</li>
+<li>
+<p>bin/solr and bin/solr.cmd now use mkroot command</p>
+</li>
+</ul>
+<p>SolrCloud / SolrJ</p>
+<ul>
+<li>
+<p>LukeResponse now supports dynamic fields</p>
+</li>
+<li>
+<p>Solrj client now supports hierarchical clusters and other topics marker</p>
+</li>
+<li>
+<p>Collection backup/restore are extensible.</p>
+</li>
+</ul>
+<p>Security:</p>
+<ul>
+<li>
+<p>Support Secure Impersonation / Proxy User for Solr authentication</p>
+</li>
+<li>
+<p>Key Store type can be specified in solr.in.sh file for SSL</p>
+</li>
+<li>
+<p>New generic authentication plugins: 'HadoopAuthPlugin' and 'ConfigurableInternodeAuthHadoopPlugin' that delegate all functionality to Hadoop authentication framework</p>
+</li>
+</ul>
+<p>Query / QueryParser / Highlighting:</p>
+<ul>
+<li>
+<p>A new highlighter: The Unified Highlighter.  Try it via <code>hl.method=unified</code>; many popular highlighting parameters / features are supported.  It's the highest performing highlighter, especially for large documents.  Highlighting phrase queries and exotic queries are supported equally as well as the Original Highlighter (aka the default/standard one).  Please use this new highlighter and report issues since it will likely become the default one day.</p>
+</li>
+<li>
+<p>Leading wildcard in complexphrase query parser are now accepted and optimized with the <code>ReversedWildcardFilterFactory</code> when it's provided</p>
+</li>
+</ul>
+<p>Metrics:</p>
+<ul>
+<li>
+<p>Use metrics-jvm library to instrument jvm internals such as GC, memory usage and others.</p>
+</li>
+<li>
+<p>A lot of metrics have been added to the collection: index merges, index store I/Os, query, update, core admin, core load thread pools, shard replication, tlog replay and replicas</p>
+</li>
+<li>
+<p>A new /admin/metrics API to return all metrics collected by Solr via API.</p>
+</li>
+</ul>
+<p>Misc changes:</p>
+<ul>
+<li>
+<p>The new config parameter 'maxRamMB'can now limit the memory consumed by the FastLRUCache</p>
+</li>
+<li>
+<p>A new document processor 'SkipExistingDocumentsProcessor' that skips duplicate inserts and ignores updates to missing docs</p>
+</li>
+<li>
+<p>FieldCache information fetched via the mbeans handler or seen via the UI now displays the total size used.</p>
+</li>
+<li>
+<p>A new config flag 'enable' allows to enable/disable any cache</p>
+</li>
+</ul>
+<p>Please note, this release cannot be built from source with Java 8 update 121,
+use an earlier version instead! This is caused by a bug introduced into the
+Javadocs tool shipped with that update. The workaround was too late for this
+Lucene release. Of course, you can use the binary artifacts.</p>
+<p>See the <a href="/core/6_4_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_4_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="8-november-2016-apache-lucene-630-and-apache-solr-630-available">8 November 2016 - Apache Lucene 6.3.0 and Apache Solr 6.3.0 Available<a class="headerlink" href="#8-november-2016-apache-lucene-630-and-apache-solr-630-available" title="Permanent link">&para;</a></h2>
 <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">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>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>
@@ -191,7 +342,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">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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -323,7 +474,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_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>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -369,7 +520,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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -451,7 +602,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_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>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -472,7 +623,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_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>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>
@@ -516,7 +667,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_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>Java 8 is the minimum Java version required.</p>
@@ -543,7 +694,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_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>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -604,7 +755,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_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>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -631,7 +782,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_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>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
@@ -684,7 +835,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_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>
 <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>
@@ -709,7 +860,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_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>
 <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>
@@ -738,14 +889,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_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>
 <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_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="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>
@@ -763,7 +914,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_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>
 <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>
@@ -788,7 +939,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_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>
 <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>
@@ -807,13 +958,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_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>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_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>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>
@@ -832,7 +983,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_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>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>
@@ -865,7 +1016,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_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>Restore API allows restoring a core from an index backup.</p>

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 Mon Jan 23 08:36:36 2017
@@ -168,11 +168,162 @@ 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="23-january-2017-apache-lucene-640-and-apache-solr-640-available">23 January 2017 - Apache Lucene 6.4.0 and Apache Solr 6.4.0 Available<a class="headerlink" href="#23-january-2017-apache-lucene-640-and-apache-solr-640-available" title="Permanent link">&para;</a></h2>
+<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">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>Lucene's best efforts to un-map memory mapped files with "MMapDirectory" now work with the latest Java9 early access builds</p>
+</li>
+<li>
+<p>A new similarity "BooleanSimilarity" that gives terms a score that is equal to their query boost</p>
+</li>
+<li>
+<p>The axiomatic family of similarities (6 in total) based on https://www.eecis.udel.edu/~hfang/pubs/sigir05-axiom.pdf</p>
+</li>
+<li>
+<p>A new token filter "SynonymGraphFilter" that outputs a correct graph structure for multi-token synonyms at query time</p>
+</li>
+<li>
+<p>Graph token streams, such as those produced by the "SynonymGraphFilter", are now handled accurately by query parsers</p>
+</li>
+<li>
+<p>A new collector "DocValuesStatsCollector" gives the ability to compute statistics on DocValues field</p>
+</li>
+<li>
+<p>It is now possible to filter "SortedDocValues" and "SortedSetDocValues" terms enum with a compiled automaton</p>
+</li>
+<li>
+<p>The "UnifiedHighlighter" can now highlight fields with queries that don't necessarily refer to that field</p>
+</li>
+<li>
+<p>DrillSideways can now run queries concurrently</p>
+</li>
+<li>
+<p>Index sorting now supports sorting on multi-valued fields using MIN, MAX, etc. selectors</p>
+</li>
+<li>
+<p>Points do not store the implicit split dimension in the 1-dimension case. This saves between 6% memory for the largest types such an InetAddressPoint to 33% for the smaller types such as HalfFloatPoint.</p>
+</li>
+<li>
+<p>The BKD in-memory index for dimensional points now uses a compressed format, using substantially less RAM in some cases</p>
+</li>
+<li>
+<p>The BKD writing now buffers each leaf block in heap before writing to disk, giving a small speedup in points-heavy use cases</p>
+</li>
+<li>
+<p>"TermAutomatonQuery" now rewrites to more efficient queries when possible</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>
+<p>Streaming:</p>
+<ul>
+<li>
+<p>Addition of a HavingStream to Streaming API and Streaming Expressions</p>
+</li>
+<li>
+<p>Addition of a priority Streaming Expression</p>
+</li>
+<li>
+<p>Streaming expressions now support collection aliases</p>
+</li>
+</ul>
+<p>Machine Learning:</p>
+<ul>
+<li>Configurable Learning-To-Rank (LTR) support: upload feature definitions, extract feature values, upload your own machine learnt models and use them to rerank search results.</li>
+</ul>
+<p>Faceting:</p>
+<ul>
+<li>
+<p>Added "param" query type to facet domain filter specification to obtain filters via query parameters</p>
+</li>
+<li>
+<p>Any facet command can be filtered using a new parameter filter. Example:  { type:terms, field:category, filter:"user:yonik" }</p>
+</li>
+</ul>
+<p>Scripts / Command line:</p>
+<ul>
+<li>
+<p>A new command-line tool to manage the snapshots functionality</p>
+</li>
+<li>
+<p>bin/solr and bin/solr.cmd now use mkroot command</p>
+</li>
+</ul>
+<p>SolrCloud / SolrJ</p>
+<ul>
+<li>
+<p>LukeResponse now supports dynamic fields</p>
+</li>
+<li>
+<p>Solrj client now supports hierarchical clusters and other topics marker</p>
+</li>
+<li>
+<p>Collection backup/restore are extensible.</p>
+</li>
+</ul>
+<p>Security:</p>
+<ul>
+<li>
+<p>Support Secure Impersonation / Proxy User for Solr authentication</p>
+</li>
+<li>
+<p>Key Store type can be specified in solr.in.sh file for SSL</p>
+</li>
+<li>
+<p>New generic authentication plugins: 'HadoopAuthPlugin' and 'ConfigurableInternodeAuthHadoopPlugin' that delegate all functionality to Hadoop authentication framework</p>
+</li>
+</ul>
+<p>Query / QueryParser / Highlighting:</p>
+<ul>
+<li>
+<p>A new highlighter: The Unified Highlighter.  Try it via <code>hl.method=unified</code>; many popular highlighting parameters / features are supported.  It's the highest performing highlighter, especially for large documents.  Highlighting phrase queries and exotic queries are supported equally as well as the Original Highlighter (aka the default/standard one).  Please use this new highlighter and report issues since it will likely become the default one day.</p>
+</li>
+<li>
+<p>Leading wildcard in complexphrase query parser are now accepted and optimized with the <code>ReversedWildcardFilterFactory</code> when it's provided</p>
+</li>
+</ul>
+<p>Metrics:</p>
+<ul>
+<li>
+<p>Use metrics-jvm library to instrument jvm internals such as GC, memory usage and others.</p>
+</li>
+<li>
+<p>A lot of metrics have been added to the collection: index merges, index store I/Os, query, update, core admin, core load thread pools, shard replication, tlog replay and replicas</p>
+</li>
+<li>
+<p>A new /admin/metrics API to return all metrics collected by Solr via API.</p>
+</li>
+</ul>
+<p>Misc changes:</p>
+<ul>
+<li>
+<p>The new config parameter 'maxRamMB'can now limit the memory consumed by the FastLRUCache</p>
+</li>
+<li>
+<p>A new document processor 'SkipExistingDocumentsProcessor' that skips duplicate inserts and ignores updates to missing docs</p>
+</li>
+<li>
+<p>FieldCache information fetched via the mbeans handler or seen via the UI now displays the total size used.</p>
+</li>
+<li>
+<p>A new config flag 'enable' allows to enable/disable any cache</p>
+</li>
+</ul>
+<p>Please note, this release cannot be built from source with Java 8 update 121,
+use an earlier version instead! This is caused by a bug introduced into the
+Javadocs tool shipped with that update. The workaround was too late for this
+Lucene release. Of course, you can use the binary artifacts.</p>
+<p>See the <a href="/core/6_4_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/6_4_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="8-november-2016-apache-lucene-630-and-apache-solr-630-available">8 November 2016 - Apache Lucene 6.3.0 and Apache Solr 6.3.0 Available<a class="headerlink" href="#8-november-2016-apache-lucene-630-and-apache-solr-630-available" title="Permanent link">&para;</a></h2>
 <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">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>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>
@@ -190,7 +341,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">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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -322,7 +473,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_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>The CREATE_NEW flag is passed when creating a file to ensure Lucene is really write-once</p>
@@ -368,7 +519,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_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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -450,7 +601,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_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>
 <p>Numerous improvements to LatLonPoint, for indexing a latitude/longitude point and searching by polygon, distance or box, or finding nearest neighbors</p>
@@ -471,7 +622,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_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>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>
@@ -515,7 +666,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_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>Java 8 is the minimum Java version required.</p>
@@ -542,7 +693,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_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>Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.</p>
@@ -603,7 +754,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_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>JoinUtil.createJoinQuery can now join on numeric doc values fields</p>
@@ -630,7 +781,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_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>The schema version has been increased to 1.6, and Solr now returns non-stored doc values fields along with stored fields</p>
@@ -683,7 +834,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_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>
 <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>
@@ -708,7 +859,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_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>
 <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>
@@ -737,14 +888,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_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>
 <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_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="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>
@@ -762,7 +913,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_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>
 <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>
@@ -787,7 +938,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_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>
 <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>
@@ -806,13 +957,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_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>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_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>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>
@@ -831,7 +982,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_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>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>
@@ -864,7 +1015,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_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>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 Mon Jan 23 08:36:36 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.3.0</div>
+    <div class="flap bottom">of Apache Lucene 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.3.0</div>
+  <div class="download-desc">Apache Lucene 6.4.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.3.0</div>
+    <div class="flap bottom">of Apache Solr 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.3.0</div></p>
+  <div class="download-desc">Apache Solr 6.4.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 Mon Jan 23 08:36:36 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.3.0</div>
+    <div class="flap bottom">of Apache Lucene 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.3.0</div>
+  <div class="download-desc">Apache Lucene 6.4.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.3.0</div>
+    <div class="flap bottom">of Apache Solr 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.3.0</div></p>
+  <div class="download-desc">Apache Solr 6.4.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 Mon Jan 23 08:36:36 2017
@@ -39,6 +39,12 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>branch_6_4</branch>
+        <name>solr-6.4.0</name>
+        <created>2017-01-23</created>
+        <revision>6.4.0</revision>
+      </Version>
+      <Version>
         <branch>branch_6_3</branch>
         <name>solr-6.3.0</name>
         <created>2016-11-08</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 Mon Jan 23 08:36:36 2017
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 6.3.0
+        Apache Solr<sup>&trade;</sup> 6.4.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 Mon Jan 23 08:36:36 2017
@@ -179,7 +179,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 6.3.0
+            Apache Solr<sup>&trade;</sup> 6.4.0
 
           </div>
           <h1>
@@ -442,13 +442,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 8 November 2016
+            Solr News | 23 January 2016
           </div>
           <h1>
-             Apache Solr 6.3.0 available
+             Apache Solr 6.4.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.3.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.4.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 Mon Jan 23 08:36:36 2017
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
   <div class="row">
     <div class="large-12 columns">
       <div class="annotation">
-        Apache Solr<sup>&trade;</sup> 6.3.0
+        Apache Solr<sup>&trade;</sup> 6.4.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 Mon Jan 23 08:36:36 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.3.0">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.4.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 Mon Jan 23 08:36:36 2017
@@ -228,7 +228,7 @@
       <div class="row">
         <div class="large-10 large-offset-1 columns">
           <div class="annotation">
-            Apache Solr<sup>&trade;</sup> 6.3.0
+            Apache Solr<sup>&trade;</sup> 6.4.0
 
           </div>
           <h1>
@@ -491,13 +491,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 8 November 2016
+            Solr News | 23 January 2016
           </div>
           <h1>
-             Apache Solr 6.3.0 available
+             Apache Solr 6.4.0 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.3.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.4.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 Mon Jan 23 08:36:36 2017
@@ -193,6 +193,119 @@
 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>
 <p>Title: News</p>
 <h1 id="solr-news">Solr<sup>&trade;</sup> News<a class="headerlink" href="#solr-news" title="Permanent link">&para;</a></h1>
+<h2 id="23-january-2016-apache-solrtm-640-available">23 January 2016 - Apache Solr™ 6.4.0 Available<a class="headerlink" href="#23-january-2016-apache-solrtm-640-available" title="Permanent link">&para;</a></h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 6.4.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.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">Highlights of this Solr release include:<a class="headerlink" href="#highlights-of-this-solr-release-include" title="Permanent link">&para;</a></h3>
+<p>Streaming:</p>
+<ul>
+<li>
+<p>Addition of a HavingStream to Streaming API and Streaming Expressions</p>
+</li>
+<li>
+<p>Addition of a priority Streaming Expression</p>
+</li>
+<li>
+<p>Streaming expressions now support collection aliases</p>
+</li>
+</ul>
+<p>Machine Learning:</p>
+<ul>
+<li>Configurable Learning-To-Rank (LTR) support: upload feature definitions, extract feature values, upload your own machine learnt models and use them to rerank search results.</li>
+</ul>
+<p>Faceting:</p>
+<ul>
+<li>
+<p>Added "param" query type to facet domain filter specification to obtain filters via query parameters</p>
+</li>
+<li>
+<p>Any facet command can be filtered using a new parameter filter. Example:  { type:terms, field:category, filter:"user:yonik" }</p>
+</li>
+</ul>
+<p>Scripts / Command line:</p>
+<ul>
+<li>
+<p>A new command-line tool to manage the snapshots functionality</p>
+</li>
+<li>
+<p>bin/solr and bin/solr.cmd now use mkroot command</p>
+</li>
+</ul>
+<p>SolrCloud / SolrJ</p>
+<ul>
+<li>
+<p>LukeResponse now supports dynamic fields</p>
+</li>
+<li>
+<p>Solrj client now supports hierarchical clusters and other topics marker</p>
+</li>
+<li>
+<p>Collection backup/restore are extensible.</p>
+</li>
+</ul>
+<p>Security:</p>
+<ul>
+<li>
+<p>Support Secure Impersonation / Proxy User for Solr authentication</p>
+</li>
+<li>
+<p>Key Store type can be specified in solr.in.sh file for SSL</p>
+</li>
+<li>
+<p>New generic authentication plugins: 'HadoopAuthPlugin' and 'ConfigurableInternodeAuthHadoopPlugin' that delegate all functionality to Hadoop authentication framework</p>
+</li>
+</ul>
+<p>Query / QueryParser / Highlighting:</p>
+<ul>
+<li>
+<p>A new highlighter: The Unified Highlighter.  Try it via <code>hl.method=unified</code>; many popular highlighting parameters / features are supported.  It's the highest performing highlighter, especially for large documents.  Highlighting phrase queries and exotic queries are supported equally as well as the Original Highlighter (aka the default/standard one).  Please use this new highlighter and report issues since it will likely become the default one day.</p>
+</li>
+<li>
+<p>Leading wildcard in complexphrase query parser are now accepted and optimized with the <code>ReversedWildcardFilterFactory</code> when it's provided</p>
+</li>
+</ul>
+<p>Metrics:</p>
+<ul>
+<li>
+<p>Use metrics-jvm library to instrument jvm internals such as GC, memory usage and others.</p>
+</li>
+<li>
+<p>A lot of metrics have been added to the collection: index merges, index store I/Os, query, update, core admin, core load thread pools, shard replication, tlog replay and replicas</p>
+</li>
+<li>
+<p>A new /admin/metrics API to return all metrics collected by Solr via API.</p>
+</li>
+</ul>
+<p>Misc changes:</p>
+<ul>
+<li>
+<p>The new config parameter 'maxRamMB'can now limit the memory consumed by the FastLRUCache</p>
+</li>
+<li>
+<p>A new document processor 'SkipExistingDocumentsProcessor' that skips duplicate inserts and ignores updates to missing docs</p>
+</li>
+<li>
+<p>FieldCache information fetched via the mbeans handler or seen via the UI now displays the total size used.</p>
+</li>
+<li>
+<p>A new config flag 'enable' allows to enable/disable any cache</p>
+</li>
+</ul>
+<p>Please note, this release cannot be built from source with Java 8 update 121,
+use an earlier version instead! This is caused by a bug introduced into the
+Javadocs tool shipped with that update. The workaround was too late for this
+Lucene release. Of course, you can use the binary artifacts.</p>
+<p>See the <a href="/solr/6_4_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
 <h2 id="16-november-2016-apache-solr-reference-guide-for-63-available">16 November 2016 - Apache Solr Reference Guide for 6.3 Available<a class="headerlink" href="#16-november-2016-apache-solr-reference-guide-for-63-available" title="Permanent link">&para;</a></h2>
 <p>The Lucene PMC is pleased to announce that the Solr Reference Guide
 for Solr 6.3 has been released.</p>
@@ -211,7 +324,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">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>
 <p>DocValues, streaming, /export, machine learning</p>
 <ul>
 <li>
@@ -707,7 +820,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_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>
 <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>
@@ -735,7 +848,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_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>
 <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 Mon Jan 23 08:36:36 2017
@@ -233,14 +233,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_3_0/index.html">Latest Release</a></li>
+<li><a href="/solr/6_4_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.3.0
+The template "6.4.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 Mon Jan 23 08:36:36 2017
@@ -369,15 +369,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.3.0</div>
+    <div class="flap bottom">of Apache Lucene 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.3.0</div>
+  <div class="download-desc">Apache Lucene 6.4.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.3.0</div>
+    <div class="flap bottom">of Apache Solr 6.4.0</div>
   </div>
-  <div class="download-desc">Apache Solr 6.3.0</div></p>
+  <div class="download-desc">Apache Solr 6.4.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>