You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2019/02/11 08:37:15 UTC

svn commit: r1853335 - in /lucene/cms/trunk/content: core/corenews.mdtext core/documentation.mdtext core/downloads.mdtext core/quickstart.mdtext core/systemreqs.mdtext latestversion.mdtext mainnews.mdtext solr/news.mdtext solr/resources.mdtext

Author: jimczi
Date: Mon Feb 11 08:37:15 2019
New Revision: 1853335

URL: http://svn.apache.org/viewvc?rev=1853335&view=rev
Log:
update latest release 7.7.0

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

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Mon Feb 11 08:37:15 2019
@@ -1,5 +1,34 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 11 February 2019, Apache Lucene™ 7.7.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.0.
+
+Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <http://lucene.apache.org/core/downloads.html>
+
+### Lucene 7.7.0 Release Highlights:
+
+  * Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline.
+  * LatLonShape's within and disjoint queries can return false positives with indexed multi-shapes.
+  * ExitableDirectoryReader may now time out queries that run on points such as range queries or geo queries.
+  * StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide Unicode UTS#51 v11.0 Emoji tokenization with the "<EMOJI>" token type.
+  * TopFieldCollector can now early-terminates queries when sorting by SortField.DOC.
+  * Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions.
+  * The KoreanTokenizer no longer splits unknown words on combining diacritics and detects script boundaries more accurately with Character#UnicodeScript#of.
+  * Change LatLonShape encoding to use 4 bytes Per Dimension.
+  * BufferedUpdates now uses an optimized storage for buffering docvalues updates that can save up to 80% of the heap used compared to the previous implementation and uses non-object based datastructures.
+  * Moved to the default accepted overhead ratio for packet ints in DocValuesFieldUpdates yields an up-to 4x performance improvement when applying doc values updates.
+  * Doc-value updates get applied faster by sorting with quicksort, rather than an in-place mergesort, which needs to perform fewer swaps.
+  * Decrease I/O pressure when merging high dimensional points.
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <https://lucene.apache.org/core/7_7_0/changes/Changes.html>
+
 ## 14 December 2018, Apache Lucene™ 7.6.0 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.0.
@@ -17,7 +46,7 @@ This release contains numerous bug fixes
   * Points codec now supports `selective indexing`; the ability to designate dimensions as as "data only" dimensions that do not affect construction of the index.
   * New Simple WKT Shape Parser builds lucene geometries (polygons, lines, rectangles) from WKT format.
   * New LatLonShapeLineQuery queries indexed shapes with arbitrary lines.
-  * analyzeGraphPhrase query builder creates one phrase query per finite strings in the graph based on slop parameter. 
+  * analyzeGraphPhrase query builder creates one phrase query per finite strings in the graph based on slop parameter.
   * Performance in PerFieldMergeState#FilterFieldInfos has been improved from O(N) to O(1) lookup time.
 
 Please read CHANGES.txt for a full list of new features and changes:

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Mon Feb 11 08:37:15 2019
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [7.6.0](./7_6_0/index.html)
+- [7.7.0](./7_7_0/index.html)

Modified: lucene/cms/trunk/content/core/downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/downloads.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/downloads.mdtext (original)
+++ lucene/cms/trunk/content/core/downloads.mdtext Mon Feb 11 08:37:15 2019
@@ -5,13 +5,13 @@ Official releases are usually created wh
             Due to the voluntary nature of Lucene, no releases are scheduled in advance. System Requirements are detailed
             [here](systemreqs.html).
 
-### Lucene 7.6.0
+### Lucene 7.7.0
 
-Lucene 7.6.0 is the most recent Apache Lucene release.
+Lucene 7.7.0 is the most recent Apache Lucene release.
 
- - Source release: [lucene-7.6.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0-src.tgz.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0-src.tgz.sha512)]
- - Binary releases:  [lucene-7.6.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.tgz.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.tgz.sha512)] / [lucene-7.6.0.zip](http://www.apache.org/dyn/closer.lua/lucene/java/7.6.0/lucene-7.6.0.zip) [[PGP](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.zip.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.6.0/lucene-7.6.0.zip.sha512)]
- - [Change log](http://lucene.apache.org/core/7_6_0/changes/Changes.html)
+ - Source release: [lucene-7.7.0-src.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0-src.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0-src.tgz.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0-src.tgz.sha512)]
+ - Binary releases:  [lucene-7.7.0.tgz](http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0.tgz) [[PGP](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.tgz.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.tgz.sha512)] / [lucene-7.7.0.zip](http://www.apache.org/dyn/closer.lua/lucene/java/7.7.0/lucene-7.7.0.zip) [[PGP](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.zip.asc)] [[SHA512](https://www.apache.org/dist/lucene/java/7.7.0/lucene-7.7.0.zip.sha512)]
+ - [Change log](http://lucene.apache.org/core/7_7_0/changes/Changes.html)
 
 The above release files should be verified using the PGP signatures and the
 [project release KEYS](https://www.apache.org/dist/lucene/KEYS). See

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Mon Feb 11 08:37:15 2019
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="7_6_0/demo/overview-summary.html#overview_description">Lucene 7.6.0 Demo</a>
+- <a href="7_7_0/demo/overview-summary.html#overview_description">Lucene 7.7.0 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Mon Feb 11 08:37:15 2019
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [7.6.0](./7_6_0/SYSTEM_REQUIREMENTS.html)
+- [7.7.0](./7_7_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Mon Feb 11 08:37:15 2019
@@ -1 +1 @@
-7.6.0
+7.7.0

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Mon Feb 11 08:37:15 2019
@@ -1,6 +1,47 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
-## 14 December 2018- Apache Lucene 7.6.0 and Apache Solr 7.6.0 Available
+## 11 February 2019 - Apache Lucene 7.7.0 and Apache Solr 7.7.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 7.7.0 and Apache Solr 7.7.0
+
+Lucene can be downloaded from <http://lucene.apache.org/core/downloads.html>
+and Solr can be downloaded from <http://lucene.apache.org/solr/downloads.html>
+
+### Highlights of this Lucene release include:
+
+#### Bug Fixes
+
+  * Fix LatLonShape WITHIN queries that fail with Multiple search Polygons that share the dateline.
+  * LatLonShape's within and disjoint queries can return false positives with indexed multi-shapes.
+
+#### Improvements
+
+  * ExitableDirectoryReader may now time out queries that run on points such as range queries or geo queries.
+  * StandardTokenizer and UAX29URLEmailTokenizer now support Unicode 9.0, and provide Unicode UTS#51 v11.0 Emoji tokenization with the "<EMOJI>" token type.
+  * TopFieldCollector can now early-terminates queries when sorting by SortField.DOC.
+  * Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions.
+  * The KoreanTokenizer no longer splits unknown words on combining diacritics and detects script boundaries more accurately with Character#UnicodeScript#of.
+  * Change LatLonShape encoding to use 4 bytes Per Dimension.
+  * BufferedUpdates now uses an optimized storage for buffering docvalues updates that can save up to 80% of the heap used compared to the previous implementation and uses non-object based datastructures.
+  * Moved to the default accepted overhead ratio for packet ints in DocValuesFieldUpdates yields an up-to 4x performance improvement when applying doc values updates.
+  * Doc-value updates get applied faster by sorting with quicksort, rather than an in-place mergesort, which needs to perform fewer swaps.
+  * Decrease I/O pressure when merging high dimensional points.
+
+### Highlights of this Solr release include:
+
+  * URI Too Long with large streaming expressions in SolrJ.
+  * A failure while reloading a SolrCore can result in the SolrCore not being closed.
+  * Spellcheck parameters not working in new UI.
+  * New Admin UI Query does not URL-encode the query produced in the URL box.
+  * Rule-base Authorization plugin skips authorization if querying node does not have collection replica.
+  * Solr installer fails on SuSE linux.
+  * Fix incorrect SOLR_SSL_KEYSTORE_TYPE variable in solr start script.
+  * JSON 'terms' Faceting now supports a 'prelim_sort' option to use when initially selecting the top ranking buckets, prior to the final 'sort' option used after refinement.
+  * Add a login page to Admin UI, with initial support for Basic Auth and Kerberos.
+  * New Node-level health check handler at /admin/info/healthcheck and /node/health paths that checks if the node is live, connected to zookeeper and not shutdown.
+  * It is now possible to configure a host whitelist for distributed search.
+
+## 14 December 2018 - Apache Lucene 7.6.0 and Apache Solr 7.6.0 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 7.6.0 and Apache Solr 7.6.0
 
@@ -11,8 +52,8 @@ and Solr can be downloaded from <http://
 
 #### Bug Fixes
 
-  * Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution. 
-  * Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes.   
+  * Index sorting corruption due to numeric overflow has been fixed. Indices affected by this bug can be detected by running the CheckIndex command on a 7.6+ release distribution.
+  * Better tessellation processing of Polygons including graceful exceptions for detecting invalid shapes.
 
 #### Improvements
 

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Mon Feb 11 08:37:15 2019
@@ -2,6 +2,38 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 11 February 2019, Apache Solr™ 7.7.0 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 7.7.0
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the
+Apache Lucene project. Its major features include powerful full-text search,
+hit highlighting, faceted search, dynamic clustering, database integration, rich document
+(e.g., Word, PDF) handling, and geospatial search. Solr is highly scalable, providing fault
+tolerant distributed search and indexing, and powers the search and navigation features of
+many of the world's largest internet sites.
+
+Solr 7.7.0 is available for immediate download at:
+  <http://lucene.apache.org/solr/downloads.html>
+
+Please read CHANGES.txt for a full list of new features and changes:
+
+  <http://lucene.apache.org/solr/7_7_0/changes/Changes.html>
+
+### Solr 7.7.0 Release Highlights:
+
+  * URI Too Long with large streaming expressions in SolrJ.
+  * A failure while reloading a SolrCore can result in the SolrCore not being closed.
+  * Spellcheck parameters not working in new UI.
+  * New Admin UI Query does not URL-encode the query produced in the URL box.
+  * Rule-base Authorization plugin skips authorization if querying node does not have collection replica.
+  * Solr installer fails on SuSE linux.
+  * Fix incorrect SOLR_SSL_KEYSTORE_TYPE variable in solr start script.
+  * JSON 'terms' Faceting now supports a 'prelim_sort' option to use when initially selecting the top ranking buckets, prior to the final 'sort' option used after refinement.
+  * Add a login page to Admin UI, with initial support for Basic Auth and Kerberos.
+  * New Node-level health check handler at /admin/info/healthcheck and /node/health paths that checks if the node is live, connected to zookeeper and not shutdown.
+  * It is now possible to configure a host whitelist for distributed search.
+
 ## 14 December 2018, Apache Solr™ 7.6.0 available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 7.6.0
@@ -24,7 +56,7 @@ Please read CHANGES.txt for a full list
 
   * Field and FieldType now support a new `uninvertible` option to control using costly field cache or more efficient docValues.
   * Collections API has been improved to support adding multiple replicas to a collection shard at a time as well as splitting into multiple sub-shards directly..
-  * Autoscaling's suggestions API now include rebalance options as well as suggestions to add new replicas for lost replicas. 
+  * Autoscaling's suggestions API now include rebalance options as well as suggestions to add new replicas for lost replicas.
   * Several new Stream Evaluators have been added to include: oscillate, convexHull, enclosingDisk, pairSort, log10, percentiles, and pivot for geometric and scientific analysis.
   * UnifiedHighlighter has been improved to support best/perfect highlighting accuracy and full phrase highlighting.
 

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1853335&r1=1853334&r2=1853335&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Mon Feb 11 08:37:15 2019
@@ -37,7 +37,7 @@ used for ref guide release version unles
 Solr generates JavaDocs for all included code in each release.
 Copies of this documentation for every release can be found online:
 
-* [Latest Release](/solr/7_3_0/index.html)
+* [Latest Release](/solr/7_7_0/index.html)
 
 <h3 class="offset" id="additional-documentation">Additional Documentation</h3>