De Apache Software Foundation heeft een nieuwe versie van Lucene uitgebracht, met 7.2.1 als versienummer. Lucene kan worden ingezet als onderdeel van een zoekmachine. Het kan namelijk volledige tekstindexering uitvoeren. Deze applicatie wordt in Java geschreven en stond voorheen bekend als Lucene Java. Voor meer informatie verwijzen we naar deze pagina. De bijbehorende aankondiging van deze uitgave ziet er als volgt uit:
Apache Lucene 7.2.1 available
The Lucene PMC is pleased to announce the release of Apache Lucene 7.2.1.
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 one bug fix. The release is available for immediate download.
Please read CHANGES.txt for a full list of new features and changes.
Lucene 7.2.1 Bug Fix:
- Fix advanceExact on SortedNumericDocValues produced by Lucene54DocValuesProducer.