De Apache Software Foundation heeft nieuwe versies van Lucene en Solr uitgebracht, met 7.4.0 en 6.6.5 als versienummers. Lucene kan worden ingezet als onderdeel van een zoekmachine. Het kan namelijk volledige tekstindexering uitvoeren. Solr kan vervolgens worden ingezet als een zoekmachine waarbij het op de achtergrond gebruikmaakt van Lucene en draait als een Java Servlet binnen bijvoorbeeld Tomcat. De aankondigingen van deze uitgaves zien er als volgt uit:
Apache Lucene 6.6.5 and Apache Solr 6.6.5 Available
The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.5 and Apache Solr 6.6.5
Lucene can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/java/6.6.5 and Solr can be downloaded from http://www.apache.org/dyn/closer.lua/lucene/solr/6.6.5
Highlights of this Solr release include:Apache Lucene 7.4.0 and Apache Solr 7.4.0 Available
- Ability to disable configset upload via -Dconfigset.upload.enabled=false startup parameter
- Referal to external resources in various config files now disallowed
The Lucene PMC is pleased to announce the release of Apache Lucene 7.4.0 and Apache Solr 7.4.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:Highlights of this Solr release include:
- Analysis
- Korean analyzer
- Support emoji sequence tokens with ICUTokenizer
- Queries
- The new IntervalQuery implements proximity search based on minimum-interval semantics
- Queries may now iterate over positions and matches on a given document thanks to the Weight#matches API
- Indexing
- New soft-delete mechanism with a configurable retention policy
- Doc-value updates may reset a value
- Doc-values may be atomically updated with a regular document update
- A new 'relatedness()' aggregate function for JSON Faceting to enable building Semantic Knowledge Graphs.
- Added the TaggerRequestHandler (AKA SolrTextTagger) for tagging text. It's used as a component of NER/ERD systems including query-understanding.
- The "Auto Scaling" feature area has been added to and enhanced a lot.
- The "Streaming Expressions" feature area has been added to and enhanced a lot.
- Upgraded from Log4j 1.x to 2.x. Solr continues to log via SLF4J.