OpenSearch Lucene Study Group Meeting - Monday, March 11th, 2024

Sign up to join the meeting at Meetup:

Link to previous meeting’s post: OpenSearch Lucene Study Group Meeting - Monday, March 4th, 2024

Welcome to the OpenSearch Lucene Study Group!

Apache Lucene is the open-sourced search library that powers OpenSearch and many search applications large and small.

We start the meeting with a Lucene learning topic or Q&A session. In the second half of the meeting, we review recent developments in Apache Lucene and discuss their potential impact to OpenSearch, with a particular focus on new and exciting Lucene features that we can (and should) expose through OpenSearch. Since some changes require a deep dive to fully understand, we sometimes ask participants to volunteer for “homework” to dig deeper into changes and report back for the next meeting.

Standing Agenda:

  • Welcome / introduction (5 minutes)
  • Lucene learning series - someone will either present a Lucene-related talk or we will do Lucene Q&A (20 minutes, recorded)
  • Review assigned issues from last time (10 minutes)
  • Review new Lucene changes and assign homework (20 minutes)

By joining the OpenSearch Lucene Study Group Meeting, you grant OpenSearch, and our affiliates the right to record, film, photograph, and capture your voice and image during the OpenSearch Community Meeting (the “Recordings”). You grant to us an irrevocable, nonexclusive, perpetual, worldwide, royalty-free right and license to use, reproduce, modify, distribute, and translate, for any purpose, all or any part of the Recordings and Your Materials. For example, we may distribute Recordings or snippets of Recordings via our social media outlets.

1 Like

This week’s Lucene changes:

VersionCategoryDescriptionLink
Lucene 9.11.0ImprovementsHunspell: allow ignoring exceptions on duplicate ICONV/OCONV mappingshttps://github.com/apache/lucene/issues/13155
Lucene 9.11.0ImprovementsHunspell: don't proceed with other suggestions if we found good REP oneshttps://github.com/apache/lucene/issues/13156
Lucene 9.11.0OptimizationsSpeedup multi-segment HNSW graph search for diversifying child kNN queries. Builds on GITHUB#12962.https://github.com/apache/lucene/issues/13121
Lucene 9.11.0Bug FixesHunspell GeneratingSuggester: ensure there are never more than 100 roots to processhttps://github.com/apache/lucene/issues/13154
Lucene 9.11.0Bug FixesFix NPE when LeafReader return null VectorValueshttps://github.com/apache/lucene/issues/13162
1 Like