Mailing List Archive

[ANNOUNCE] Apache Lucene 8.11.0 released
The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.

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, features, optimizations, and
improvements, some of which are highlighted below. The release is available
for immediate download at:
https://lucene.apache.org/core/downloads.html

Lucene 8.11 Release Highlights
- Facets now properly ignore deleted documents when accumulating facet
counts for all documents.
- CheckIndex can run concurrently.

Further details of changes are available in the change log available at:
http://lucene.apache.org/core/8_11/changes/Changes.html

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

--
Adrien
Re: [ANNOUNCE] Apache Lucene 8.11.0 released [ In reply to ]
Thank you for your work, Adrien!

> Further details of changes are available in the change log available at:
> http://lucene.apache.org/core/8_11/changes/Changes.html

I got 404 Not Found due to missing "_0" of "8_11_0" in the link for Changes.

Koji

On 2021/11/16 21:59, Adrien Grand wrote:
> The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.
>
> 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, features, optimizations, and improvements, some of which
> are highlighted below. The release is available for immediate download at:
> https://lucene.apache.org/core/downloads.html <https://lucene.apache.org/core/downloads.html>
>
> Lucene 8.11 Release Highlights
>  - Facets now properly ignore deleted documents when accumulating facet counts for all documents.
>  - CheckIndex can run concurrently.
>
> Further details of changes are available in the change log available at:
> http://lucene.apache.org/core/8_11/changes/Changes.html
> <http://lucene.apache.org/core/8_11/changes/Changes.html>
>
> Please report any feedback to the mailing lists (http://lucene.apache.org/core/discussion.html
> <http://lucene.apache.org/core/discussion.html>).
>
> --
> Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Re: [ANNOUNCE] Apache Lucene 8.11.0 released [ In reply to ]
Thanks Koji, I thought I had checked all the links, but apparently not. :(

On Wed, Nov 17, 2021 at 2:39 AM Koji Sekiguchi <koji.sekiguchi@rondhuit.com>
wrote:

> Thank you for your work, Adrien!
>
> > Further details of changes are available in the change log available at:
> > http://lucene.apache.org/core/8_11/changes/Changes.html
>
> I got 404 Not Found due to missing "_0" of "8_11_0" in the link for
> Changes.
>
> Koji
>
> On 2021/11/16 21:59, Adrien Grand wrote:
> > The Lucene PMC is pleased to announce the release of Apache Lucene 8.11.
> >
> > 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, features, optimizations, and
> improvements, some of which
> > are highlighted below. The release is available for immediate download
> at:
> > https://lucene.apache.org/core/downloads.html <
> https://lucene.apache.org/core/downloads.html>
> >
> > Lucene 8.11 Release Highlights
> > - Facets now properly ignore deleted documents when accumulating facet
> counts for all documents.
> > - CheckIndex can run concurrently.
> >
> > Further details of changes are available in the change log available at:
> > http://lucene.apache.org/core/8_11/changes/Changes.html
> > <http://lucene.apache.org/core/8_11/changes/Changes.html>
> >
> > Please report any feedback to the mailing lists (
> http://lucene.apache.org/core/discussion.html
> > <http://lucene.apache.org/core/discussion.html>).
> >
> > --
> > Adrien
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

--
Adrien