Index ordinal data in the taxonomy

2023-05-11 Thread Stefan Vodita
Hi everyone, I work on the Lucene product search team at Amazon. We’ve been considering indexing scoring signals for ordinals into the taxonomy, which could reduce index size for some use-cases. Example Let's consider a library of research papers, where each paper is represented by a Lucene docu

Re: Index ordinal data in the taxonomy

2023-05-13 Thread Stefan Vodita
xibility of > supporting other signals which are more complicated to update, but won't > affect the taxonomy index. > > Generally though, I don't see a reason not to support it. > > Shai > > On Thu, May 11, 2023 at 1:03 PM Stefan Vodita wrote: >> >&

Re: Index ordinal data in the taxonomy

2023-05-27 Thread Stefan Vodita
's not perfect, but it might work OK-ish?) > > Shai > > On Sat, May 13, 2023 at 6:45 PM Stefan Vodita wrote: >> >> Hello Shai, >> >> Thank you for the feedback! I'll try to answer each of the questions. >> >> > will it change the API in

Healthy PR Approaches from Apache Beam

2023-10-31 Thread Stefan Vodita
Hi all, I recently learned a few interesting things that the Beam project does to promote and maintain good interactions on PRs. 1. Community metrics dashboard . The graphs are pretty and insightful. You

Re: Healthy PR Approaches from Apache Beam

2023-11-11 Thread Stefan Vodita
an discuss? > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Oct 31, 2023 at 5:39 AM Stefan Vodita > wrote: > >> Hi all, >> >> I recently learned a few interesting things that the Beam >> <https://github.com/apache/beam> proje

Re: Heads up: upcoming GitHub action to mark stale Lucene PRs

2024-01-04 Thread Stefan Vodita
be in RC phase). > > Uwe > Am 04.01.2024 um 14:04 schrieb Michael McCandless: > > Hi Team, > > Stefan Vodita made an awesome simple PR adding a GitHub action to remind / > nag us about stale PRs: https://github.com/apache/lucene/pull/12813 > > This happened after an

Re: Heads up: upcoming GitHub action to mark stale Lucene PRs

2024-01-08 Thread Stefan Vodita
/apache/lucene/actions/runs/7447339092/job/20259452054 [2] https://github.com/apache/lucene/pulls?q=is%3Apr+label%3AStale+is%3Aclosed On Thu, 4 Jan 2024 at 15:47, Stefan Vodita wrote: > There's a flag for excluding draft PRs [1]. I'll add it to the workflow. > If we need more fl

Re: Welcome Stefan Vodita as Lucene committter

2024-01-19 Thread Stefan Vodita
h a life-long desire to be a good musician despite my inconsistent practice habits. Practice will have to wait until I finish up the next PR - looking forward to many more in the future! Cheers, Stefan On Thu, 18 Jan 2024 at 15:56, Michael McCandless wrote: > Hi Team, > > I'

Re: [VOTE] Release Lucene 9.9.2 RC1

2024-01-26 Thread Stefan Vodita
+1 SUCCESS! [2:34:29.551907] On Thu, 25 Jan 2024 at 11:57, Chris Hegarty wrote: > Please vote for release candidate 1 for Lucene 9.9.2 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.9.2-RC1-rev-a2939784c4ca60bc28bf488b5479c02fc2e5e22c > > Yo

Re: [VOTE] Release Lucene 9.10.0 RC1

2024-02-14 Thread Stefan Vodita
+1 SUCCESS! [0:39:49.675498] On Wed, 14 Feb 2024 at 19:30, Adrien Grand wrote: > Please vote for release candidate 1 for Lucene 9.10.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.10.0-RC1-rev-695c0ac84508438302cd346a812cfa2fdc5a10df > > Yo

Re: Request for dev list subscription

2024-02-15 Thread Stefan Vodita
Hi Sandeepan, You can find information about the mailing lists, including how to sign up, at: https://lucene.apache.org/core/discussion.html Let us know if that doesn't work for some reason. Stefan On Thu, 15 Feb 2024 at 20:13, Sandeepan Baidya wrote: > Hi there, > > I would like to be added

Re: Announcing githubsearch!

2024-02-20 Thread Stefan Vodita
Thank you Mike, I really like all the facets! One thing that bothered me about GitHub's own search was that it would return different results if I wasn't signed in. Maybe it does early stopping for non-authenticated users? In any case, this won't be a problem with githubsearch. Have you considere

Re: Welcome Zhang Chao as Lucene committer

2024-02-21 Thread Stefan Vodita
Congratulations, Chao! On Tue, 20 Feb 2024 at 17:28, Adrien Grand wrote: > I'm pleased to announce that Zhang Chao has accepted the PMC's > invitation to become a committer. > > Chao, the tradition is that new committers introduce themselves with a > brief bio. > > Congratulations and welcome! >

Re: [Vote] Bump the Lucene main branch to Java 21

2024-02-23 Thread Stefan Vodita
+1 On Fri, 23 Feb 2024 at 11:24, Chris Hegarty wrote: > Hi, > > Since the discussion on bumping the Lucene main branch to Java 21 is > winding down, let's hold a vote on this important change. > > Once bumped, the next major release of Lucene (whenever that will be) will > require a version of J

Re: Improve testing

2024-05-25 Thread Stefan Vodita
I'll add a step in between 1 and 2 that I often forget: ./gradlew tidy This refactors your code to the style the project uses, which we have checks for. On Sat, 25 May 2024 at 00:53, Michael Froh wrote: > Is your new test uncommitted? > > The Gradle check will fail if you have uncommitted files

Re: Improve testing

2024-05-25 Thread Stefan Vodita
Some useful documentation on the gradlew commands: https://github.com/apache/lucene/blob/main/help/workflow.txt On Sat, 25 May 2024 at 19:38, Stefan Vodita wrote: > I'll add a step in between 1 and 2 that I often forget: ./gradlew tidy > This refactors your code to the style the p

Re: Lucene 9.11

2024-05-29 Thread Stefan Vodita
Ben, I just merged #13414 , so it's not a blocker for the release. Thanks again for volunteering to be release manager! Stefan On Tue, 28 May 2024 at 14:58, Benjamin Trent wrote: > Hey y'all, > > I am planning on starting the release process tomorrow

Re: Intellij build/test times

2024-06-07 Thread Stefan Vodita
+1, I had the same problem and it seems better now. Thank you, Dawid! On Thu, 6 Jun 2024 at 12:20, Michael Sokolov wrote: > Oh! TIL! so much better, thanks. And now I have the "Repeat" option > back in the test runner > > On Thu, Jun 6, 2024 at 6:18 AM Dawid Weiss wrote: > > > > > > Don't know

Do we need a 9.11.1 release?

2024-06-18 Thread Stefan Vodita
Hi all, I wanted to bring to everyone's attention that we released a bug [1] in StringValueFacetCounts with 9.11. On an empty match-set, instead of returning empty facet results, we throw an NPE. Users can work around this, but obviously it's not ideal. I noticed there is one other issue around C

Re: Bugfix release 9.11.1

2024-06-20 Thread Stefan Vodita
Thank you Ignacio for handling the release! I've just updated the PR with the fix [1]. I can push it tomorrow. Stefan [1] https://github.com/apache/lucene/pull/13494 On Thu, 20 Jun 2024 at 08:36, Ignacio Vera wrote: > I am now preparing for a bugfix release from branch branch_9_11. I am > pl

Re: Bugfix release 9.11.1

2024-06-21 Thread Stefan Vodita
The fix is now in main, branch_9x, and branch_9_11. On Thu, 20 Jun 2024 at 14:17, Stefan Vodita wrote: > Thank you Ignacio for handling the release! > > I've just updated the PR with the fix [1]. > I can push it tomorrow. > > > Stefan > > [1] https://github.com

Re: Welcome Armin Braun as Lucene comitter

2024-07-28 Thread Stefan Vodita
Welcome, Armin! On Thu, 25 Jul 2024 at 12:08, Luca Cavanna wrote: > I'm pleased to announce that Armin Braun has accepted the PMC's invitation > to become a Lucene committer. > > Armin, the tradition is that new committers introduce themselves with a > brief bio. > > Thanks for your contribution

Re: [VOTE] Release Lucene 10.0.0 RC4

2024-10-11 Thread Stefan Vodita
No worries at all Chris, I didn't know we could retroactively edit the release notes for 9.12. I've gone ahead and added an entry for the aggregation engine. Thank you, Stefan On Thu, 10 Oct 2024 at 09:56, Chris Hegarty wrote: > Hi Stefan, > > > On 10 Oct 2024, at 16:41

Re: [VOTE] Release Lucene 10.0.0 RC4

2024-10-11 Thread Stefan Vodita
Thank you Chris! On Fri, 11 Oct 2024 at 01:43, Chris Hegarty wrote: > Hi Stefan, > > > On 11 Oct 2024, at 08:09, Stefan Vodita wrote: > > > > No worries at all Chris, I didn't know we could retroactively > > edit the release notes for 9.12. I've g

Re: [VOTE] Release Lucene 10.0.0 RC3

2024-10-07 Thread Stefan Vodita
+1 SUCCESS! [0:40:01.995275] On Sat, 5 Oct 2024 at 11:36, Luca Cavanna wrote: > Please vote for release candidate 3 for Lucene 10.0.0 > > I published a draft of the release notes at > https://cwiki.apache.org/confluence/display/LUCENE/Release+Notes+10.0.0 . > Feedback is welcome. Feel free to ed

Re: [VOTE] Release Lucene 10.0.0 RC4

2024-10-10 Thread Stefan Vodita
+1 SUCCESS! [0:35:35.851448] We didn't mention the new aggregation engine [1 ] in the release notes for 9.12 and that seems like a missed opportunity. It's a significant change, which improves over the existing faceting functionality in terms of flexibi

Re: [VOTE] Release Lucene 10.0.0 RC2

2024-10-03 Thread Stefan Vodita
+1 SUCCESS! [0:39:04.597088] On Thu, 3 Oct 2024 at 07:48, Luca Cavanna wrote: > Please vote for release candidate 2 for Lucene 10.0.0 > > I published a draft of the release notes at > https://cwiki.apache.org/confluence/display/LUCENE/Release+Notes+10.0.0 . > Feedback is welcome. Feel free to e

Re: [VOTE] Release Lucene 10.1.0 RC2

2024-12-17 Thread Stefan Vodita
+1 SUCCESS! [0:54:49.490665] On Tue, 17 Dec 2024 at 18:52, Luca Cavanna wrote: > Please vote for release candidate 2 for Lucene 10.1.0 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.1.0-RC2-rev-884954006de769dc43b811267230d625886e6515 > > Yo

Re: issues mailing list

2025-01-23 Thread Stefan Vodita
Hi Mike, I think that has to do with your GitHub configuration. I'm getting notifications for all issues and PRs on the mailing list and only for issues and PRs I'm involved in from GitHub. Stefan On Thu, 23 Jan 2025 at 17:55, Michael Sokolov wrote: > I recently unsubscribed from issues@ beca

Re: Welcome Stefan Vodita to the Lucene PMC

2025-05-06 Thread Stefan Vodita
e: >>> >>> >>> >>> Congrats Stefan!!! >>> >>> >>> >>> On Sun, May 4, 2025, 5:56 p.m. Michael McCandless < >>> luc...@mikemccandless.com> wrote: >>> >>>> >>> >>>>

Re: Welcome Ankit Jain as Lucene committer

2025-05-06 Thread Stefan Vodita
Welcome Ankit! On Tue, 6 May 2025 at 17:28, Adrien Grand wrote: > I'm pleased to announce that Ankit Jain has accepted the PMC's invitation > to become a committer. > > Ankit, the tradition is that new committers introduce themselves with a > brief bio. > > Congratulations and welcome! > > Adrie

Re: [VOTE] Release Lucene 10.2.1 RC1

2025-04-24 Thread Stefan Vodita
+1 SUCCESS! [0:47:56.228055] On Thu, 24 Apr 2025 at 17:07, Chris Hegarty wrote: > Please vote for release candidate 1 for Lucene 10.2.1 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.1-RC1-rev-02cf96b8f7c87fdf5eab864bfc242d36aa2086e7 > > Y

Re: [VOTE] Release Lucene 10.2.1 RC1

2025-04-25 Thread Stefan Vodita
es In `~/.zshrc` add `export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt`. 4. Run the smoketester with python3.13 On Fri, 25 Apr 2025 at 00:54, Stefan Vodita wrote: > +1 SUCCESS! [0:47:56.228055] > > On Thu, 24 Apr 2025 at 17:07, Chris Hegarty > wrote: > >> Please vot

Re: [VOTE] Release Lucene 10.2.1 RC2

2025-04-28 Thread Stefan Vodita
+1 SUCCESS! [0:47:41.658186] On Sat, 26 Apr 2025 at 09:59, Chris Hegarty wrote: > Please vote for release candidate 2 for Lucene 10.2.1 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.1-RC2-rev-1b2451b5f435ad2c41a8b6b0f0d6a59b24ff9ad2 > > Y

Re: Welcome Michael Froh as Lucene committer

2025-03-06 Thread Stefan Vodita
Well done! Welcome, Michael! On Thu, 6 Mar 2025 at 08:07, Dawid Weiss wrote: > > Hello everyone, > > I'm pleased to announce that Michael Froh has accepted the PMC's > invitation to become a Lucene committer. > > Michael, the tradition is for new committers to shortly introduce > themselves. > >

Enabling changelog verifier

2025-05-12 Thread Stefan Vodita
Hi everyone, We've been working on a bot to look at PRs, check for a CHANGES entry ( #13898 ), and determine the milestone the PR belongs to (#14190 ). I got a few approvals to enable this bot in #14644

Re: Enabling changelog verifier

2025-05-13 Thread Stefan Vodita
gt;> >> >> - Ankit >> >> On Mon, May 12, 2025 at 4:55 AM Adrien Grand wrote: >> >>> Thank you Stefan! >>> >>> On Mon, May 12, 2025 at 11:09 AM Stefan Vodita >>> wrote: >>> >>>> Hi everyone, >>>> >

Have we stopped sending updates to the issues list?

2025-05-15 Thread Stefan Vodita
I haven't received an email from iss...@lucene.apache.org for more than a day, which is unusual. The archive also hasn't recorded more recent email: https://lists.apache.org/list.html?iss...@lucene.apache.org Meanwhile, we've definitely opened new PRs and have commented on them: https://github.com/

Re: Have we stopped sending updates to the issues list?

2025-05-15 Thread Stefan Vodita
I did not get any issue updates. Only the ones directly to my >> own Github email. >> Am 15.05.2025 um 12:44 schrieb Dawid Weiss: >> >> >> You can ask infra, Stefan - they'll have access to mail server logs. >> >> Dawid >> >> On Thu, May 15,

Re: Welcome Simon Cooper as Lucene committer

2025-06-20 Thread Stefan Vodita
Welcome Simon! On Fri, 20 Jun 2025 at 13:50, Simon Cooper wrote: > Hi everyone, > > Many thanks for the invite! I'm delighted to accept, and look forward to > future Lucene development. > > I live in Cambridge, UK, and work as a software engineer, mostly in Java > and C#. My career has been work

Re: [VOTE] Release Lucene 10.2.2 RC1

2025-06-17 Thread Stefan Vodita
+1 SUCCESS! [0:42:50.959477] On Tue, 17 Jun 2025 at 12:49, Chris Hegarty wrote: > Please vote for release candidate 1 for Lucene 10.2.2 > > The artifacts can be downloaded from: > > https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.2-RC1-rev-279eb7aaafe985e5d0552b7f2a10b63185a3f893 > > Y

Re: Welcome Pan Guixin as Lucene committer

2025-07-19 Thread Stefan Vodita
Congrats and welcome! On Sat, 19 Jul 2025 at 01:48, Adrien Grand wrote: > Hello everyone, > > I'm pleased to announce that Pan Guixin has accepted the PMC's invitation > to become a committer! > > Guixin, it is a tradition that new committers introduce themselves with a > brief bio. > > On behal