Mailing List Archive

[ANNOUNCE] Apache Solr 7.1.0 released
17 October 2017, Apache Solr™ 7.1.0 available

The Lucene PMC is pleased to announce the release of Apache Solr 7.1.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.1.0 is available for immediate download at:

http://lucene.apache.org/solr/mirrors-solr-latest-redir.html

See http://lucene.apache.org/solr/7_1_0/changes/Changes.html for a
full list of details.

Solr 7.1.0 Release Highlights:

* Critical Security Update: Fix for CVE-2017-12629 which is a working
0-day exploit reported on the public mailing list. See
https://s.apache.org/FJDl

* Auto-scaling: Solr can now move replicas automatically when a new
node is added or an existing node is removed using the auto scaling
policy framework introduced in 7.0

* Auto-scaling: The 'autoAddReplicas' feature which was limited to
shared file systems is now available for all file systems. It has been
ported to use the new autoscaling framework internally.

* Auto-scaling: New set-trigger, remove-trigger, set-listener,
remove-listener, suspend-trigger, resume-trigger APIs

* Auto-scaling: New /autoscaling/history API to show past autoscaling
actions and cluster events

* New JSON based Query DSL for Solr that extends JSON Request API to
also support all query parsers and their nested parameters

* JSON Facet API: min/max aggregations are now supported on
single-valued date fields

* Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on
spatial RPT fields by setting spatialContextFactory="Geo3D".
Furthermore, this is the first time Solr has out of the box support
for polygons

* Expanded support for statistical stream evaluators such as various
distributions, rank correlations, distances and more.

* Multiple other optimizations and bug fixes

You are encouraged to thoroughly read the "Upgrade Notes" at
http://lucene.apache.org/solr/7_1_0/changes/Changes.html or in the
CHANGES.txt file accompanying the release.

Solr 7.1 also includes many other new features as well as numerous
optimizations and bugfixes of the corresponding Apache Lucene release.

Please report any feedback to the mailing lists
(http://lucene.apache.org/solr/discussion.html)

Note: The Apache Software Foundation uses an extensive mirroring
network for distributing releases. It is possible that the mirror you
are using may not have replicated the release yet. If that is the
case, please try another mirror. This also goes for Maven access.

--
Regards,
Shalin Shekhar Mangar.
Re: [ANNOUNCE] Apache Solr 7.1.0 released [ In reply to ]
It pointed to 7.1.0 for me.... perhaps a browser cache issue?
Anyway, you can go directly as well:
http://www.apache.org/dyn/closer.lua/lucene/solr/7.1.0

-Yonik


On Tue, Oct 17, 2017 at 11:25 AM, Susheel Kumar <susheel2777@gmail.com> wrote:
> Thanks, Shalin.
>
> But the download mirror still has 7.0.1 not 7.1.0.
>
> http://www.apache.org/dyn/closer.lua/lucene/solr/7.0.1
>
>
>
>
> On Tue, Oct 17, 2017 at 5:28 AM, Shalin Shekhar Mangar
> <shalinmangar@gmail.com> wrote:
>>
>> 17 October 2017, Apache Solr™ 7.1.0 available
>>
>> The Lucene PMC is pleased to announce the release of Apache Solr 7.1.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.1.0 is available for immediate download at:
>>
>> http://lucene.apache.org/solr/mirrors-solr-latest-redir.html
>>
>> See http://lucene.apache.org/solr/7_1_0/changes/Changes.html for a
>> full list of details.
>>
>> Solr 7.1.0 Release Highlights:
>>
>> * Critical Security Update: Fix for CVE-2017-12629 which is a working
>> 0-day exploit reported on the public mailing list. See
>> https://s.apache.org/FJDl
>>
>> * Auto-scaling: Solr can now move replicas automatically when a new
>> node is added or an existing node is removed using the auto scaling
>> policy framework introduced in 7.0
>>
>> * Auto-scaling: The 'autoAddReplicas' feature which was limited to
>> shared file systems is now available for all file systems. It has been
>> ported to use the new autoscaling framework internally.
>>
>> * Auto-scaling: New set-trigger, remove-trigger, set-listener,
>> remove-listener, suspend-trigger, resume-trigger APIs
>>
>> * Auto-scaling: New /autoscaling/history API to show past autoscaling
>> actions and cluster events
>>
>> * New JSON based Query DSL for Solr that extends JSON Request API to
>> also support all query parsers and their nested parameters
>>
>> * JSON Facet API: min/max aggregations are now supported on
>> single-valued date fields
>>
>> * Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on
>> spatial RPT fields by setting spatialContextFactory="Geo3D".
>> Furthermore, this is the first time Solr has out of the box support
>> for polygons
>>
>> * Expanded support for statistical stream evaluators such as various
>> distributions, rank correlations, distances and more.
>>
>> * Multiple other optimizations and bug fixes
>>
>> You are encouraged to thoroughly read the "Upgrade Notes" at
>> http://lucene.apache.org/solr/7_1_0/changes/Changes.html or in the
>> CHANGES.txt file accompanying the release.
>>
>> Solr 7.1 also includes many other new features as well as numerous
>> optimizations and bugfixes of the corresponding Apache Lucene release.
>>
>> Please report any feedback to the mailing lists
>> (http://lucene.apache.org/solr/discussion.html)
>>
>> Note: The Apache Software Foundation uses an extensive mirroring
>> network for distributing releases. It is possible that the mirror you
>> are using may not have replicated the release yet. If that is the
>> case, please try another mirror. This also goes for Maven access.
>>
>> --
>> Regards,
>> Shalin Shekhar Mangar.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
Re: [ANNOUNCE] Apache Solr 7.1.0 released [ In reply to ]
Thanks Shalin

On Wed, Oct 18, 2017 at 2:06 AM, Susheel Kumar <susheel2777@gmail.com> wrote:
> Thank you, Yonik. Able to download directly.
>
> On Tue, Oct 17, 2017 at 11:29 AM, Yonik Seeley <yseeley@gmail.com> wrote:
>
>> It pointed to 7.1.0 for me.... perhaps a browser cache issue?
>> Anyway, you can go directly as well:
>> http://www.apache.org/dyn/closer.lua/lucene/solr/7.1.0
>>
>> -Yonik
>>
>>
>> On Tue, Oct 17, 2017 at 11:25 AM, Susheel Kumar <susheel2777@gmail.com>
>> wrote:
>> > Thanks, Shalin.
>> >
>> > But the download mirror still has 7.0.1 not 7.1.0.
>> >
>> > http://www.apache.org/dyn/closer.lua/lucene/solr/7.0.1
>> >
>> >
>> >
>> >
>> > On Tue, Oct 17, 2017 at 5:28 AM, Shalin Shekhar Mangar
>> > <shalinmangar@gmail.com> wrote:
>> >>
>> >> 17 October 2017, Apache Solr™ 7.1.0 available
>> >>
>> >> The Lucene PMC is pleased to announce the release of Apache Solr 7.1.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.1.0 is available for immediate download at:
>> >>
>> >> http://lucene.apache.org/solr/mirrors-solr-latest-redir.html
>> >>
>> >> See http://lucene.apache.org/solr/7_1_0/changes/Changes.html for a
>> >> full list of details.
>> >>
>> >> Solr 7.1.0 Release Highlights:
>> >>
>> >> * Critical Security Update: Fix for CVE-2017-12629 which is a working
>> >> 0-day exploit reported on the public mailing list. See
>> >> https://s.apache.org/FJDl
>> >>
>> >> * Auto-scaling: Solr can now move replicas automatically when a new
>> >> node is added or an existing node is removed using the auto scaling
>> >> policy framework introduced in 7.0
>> >>
>> >> * Auto-scaling: The 'autoAddReplicas' feature which was limited to
>> >> shared file systems is now available for all file systems. It has been
>> >> ported to use the new autoscaling framework internally.
>> >>
>> >> * Auto-scaling: New set-trigger, remove-trigger, set-listener,
>> >> remove-listener, suspend-trigger, resume-trigger APIs
>> >>
>> >> * Auto-scaling: New /autoscaling/history API to show past autoscaling
>> >> actions and cluster events
>> >>
>> >> * New JSON based Query DSL for Solr that extends JSON Request API to
>> >> also support all query parsers and their nested parameters
>> >>
>> >> * JSON Facet API: min/max aggregations are now supported on
>> >> single-valued date fields
>> >>
>> >> * Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on
>> >> spatial RPT fields by setting spatialContextFactory="Geo3D".
>> >> Furthermore, this is the first time Solr has out of the box support
>> >> for polygons
>> >>
>> >> * Expanded support for statistical stream evaluators such as various
>> >> distributions, rank correlations, distances and more.
>> >>
>> >> * Multiple other optimizations and bug fixes
>> >>
>> >> You are encouraged to thoroughly read the "Upgrade Notes" at
>> >> http://lucene.apache.org/solr/7_1_0/changes/Changes.html or in the
>> >> CHANGES.txt file accompanying the release.
>> >>
>> >> Solr 7.1 also includes many other new features as well as numerous
>> >> optimizations and bugfixes of the corresponding Apache Lucene release.
>> >>
>> >> Please report any feedback to the mailing lists
>> >> (http://lucene.apache.org/solr/discussion.html)
>> >>
>> >> Note: The Apache Software Foundation uses an extensive mirroring
>> >> network for distributing releases. It is possible that the mirror you
>> >> are using may not have replicated the release yet. If that is the
>> >> case, please try another mirror. This also goes for Maven access.
>> >>
>> >> --
>> >> Regards,
>> >> Shalin Shekhar Mangar.
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> >> For additional commands, e-mail: dev-help@lucene.apache.org
>> >>
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>



--
-----------------------------------------------------
Noble Paul