Search Track at ApacheCon 2021, Sep 21-23

2021-09-15 Thread Anshum Gupta
Hi Everyone, ApacheCon 2021 is scheduled to begin next week. Like last year, the event is *100% virtual and free* to register. Also, just like last year, we have a dedicated Search track that has a lot of interesting talks and panel discussion about Apache Lucene and Solr. With 2 full days of

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Robert Muir
But its irrelevant that is "valid" when virtually no tools match it. In other words, I'd agree with you if the "jar" command had some ability to read these manifests and print stuff to stdout, e.g. if there was ANY interop at all here. But there isn't. So IMO it makes no sense to cause confusion

Question on HowToContribute Documentation

2021-09-15 Thread Vigya Sharma
Hi All, I am new to Lucene and recently made a small contribution. While figuring out the contributing process, I felt that the documentation may not be up to date. The repository home page links to this HowToContribute cwiki

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Mike Drob
>Can we read the manifest properly on the smoke tester side somehow This would be my option #3? These are apparently going to need different solutions for ant and gradle, so we'll handle them separately. Created https://issues.apache.org/jira/browse/LUCENE-10107 for 8.x and

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Dawid Weiss
This is valid manifest line-breaking though... Can we read the manifest properly on the smoke tester side somehow (for example, run a Java process that reads and extracts the required attribute)? This way we wouldn't care about the implementation details of how manifest wraps the lines (or escapes

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Robert Muir
+1 for option #1 Let's control the hash to a reasonable size, so that the version number will "fit" We would hit this same problem with 10.0.0 and then we'd have to revisit it again with 10.10.0, so let's not try to solve it onesy-twosey at this time On Wed, Sep 15, 2021 at 2:46 PM Mike Drob

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Mike Drob
The benchmark jar has the info we need… sort of. When I built it, it has: Implementation-Version: 8.10.0 75a5061d3715cc5d93c4cbe4f1fa62bf035eea1 1 - mdrob - 2021-09-15 11:40:36 and it’s looking for Implementation-Version: 8.10.0 75a5061d3715cc5d93c4cbe4f1fa62bf035eea11 on one line. Because

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Timothy potter
can someone also please look into that benchmark jar issue? Sent from my iPhone > On Sep 15, 2021, at 9:44 AM, Nhat Nguyen > wrote: > >  > Thanks Mayya and Mike! I will backport it to the 8.10 branch. > >> On Wed, Sep 15, 2021 at 10:12 AM Mike Drob wrote: >> I think since Tim is out on

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Nhat Nguyen
Thanks Mayya and Mike! I will backport it to the 8.10 branch. On Wed, Sep 15, 2021 at 10:12 AM Mike Drob wrote: > I think since Tim is out on vacation, it's probably not too late. That > looks like a good fix to have, do we know how long the bug has been present? > > On Wed, Sep 15, 2021 at

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Mike Drob
I think since Tim is out on vacation, it's probably not too late. That looks like a good fix to have, do we know how long the bug has been present? On Wed, Sep 15, 2021 at 7:56 AM Mayya Sharipova wrote: > Hello everyone, > We have discovered a bug and fixed a bug in Lucene sort optimization >

Re: New branch and feature freeze for Lucene/Solr 8.10.0

2021-09-15 Thread Mayya Sharipova
Hello everyone, We have discovered a bug and fixed a bug in Lucene sort optimization (LUCENE-10106) and would like to merge it to Lucene 8.10 if it is not too late. I apologize for the inconvenience, the bug was discovered just yesterday. On Tue, Sep