Re: Welcome Vigya Sharma as Lucene committer

2022-07-29 Thread Ankur Goel
Congrats Vigya!

On Fri, Jul 29, 2022 at 3:40 PM David Smiley  wrote:

> Congrats Vigya!
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
>
>
> On Thu, Jul 28, 2022 at 3:34 AM Adrien Grand  wrote:
>
>> I'm pleased to announce that Vigya Sharma has accepted the PMC's
>> invitation to become a committer.
>>
>> Vigya, the tradition is that new committers introduce themselves with a
>> brief bio.
>>
>> Congratulations and welcome!
>>
>> --
>> Adrien
>>
>


Re: Welcome Vigya Sharma as Lucene committer

2022-07-29 Thread David Smiley
Congrats Vigya!

~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley


On Thu, Jul 28, 2022 at 3:34 AM Adrien Grand  wrote:

> I'm pleased to announce that Vigya Sharma has accepted the PMC's
> invitation to become a committer.
>
> Vigya, the tradition is that new committers introduce themselves with a
> brief bio.
>
> Congratulations and welcome!
>
> --
> Adrien
>


Re: [JENKINS] Lucene » Lucene-Check-9.3 - Build # 72 - Failure!

2022-07-29 Thread Dawid Weiss
That script should run gradlew tidy after modifying sources and prior to
committing - then it wouldn't require manual fixes (which I've done in the
past too).

Dawid

On Fri, Jul 29, 2022 at 3:48 PM Ignacio Vera  wrote:

> I fixed this. The script that adds new versions to addVersions.java is
> generating code that makes spotless nhappy.
>
> On Fri, Jul 29, 2022 at 3:36 PM Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
>
>> Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-9.3/72/
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 1296 lines...]
>> BUILD FAILED in 20m 47s
>> 796 actionable tasks: 796 executed
>> Build step 'Invoke Gradle script' changed build result to FAILURE
>> Build step 'Invoke Gradle script' marked build as failure
>> Archiving artifacts
>> Recording test results
>> [Checks API] No suitable checks publisher found.
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>> -
>> To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: builds-h...@lucene.apache.org
>
>


Re: [JENKINS] Lucene » Lucene-Check-9.3 - Build # 72 - Failure!

2022-07-29 Thread Ignacio Vera
I fixed this. The script that adds new versions to addVersions.java is
generating code that makes spotless nhappy.

On Fri, Jul 29, 2022 at 3:36 PM Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-9.3/72/
>
> All tests passed
>
> Build Log:
> [...truncated 1296 lines...]
> BUILD FAILED in 20m 47s
> 796 actionable tasks: 796 executed
> Build step 'Invoke Gradle script' changed build result to FAILURE
> Build step 'Invoke Gradle script' marked build as failure
> Archiving artifacts
> Recording test results
> [Checks API] No suitable checks publisher found.
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
> -
> To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
> For additional commands, e-mail: builds-h...@lucene.apache.org


Re: Welcome Vigya Sharma as Lucene committer

2022-07-29 Thread Mikhail Khludnev
Welcome, Vigya!

On Fri, Jul 29, 2022 at 5:45 AM Vigya Sharma  wrote:

> Thanks everyone for the warm welcome. It is an honor to be invited as a
> Lucene committer, and I look forward to contributing more to the community.
>
> A little bit about me - I currently work for the Product Search team at
> Amazon, and am based out of the San Francisco Bay Area in California, US.
> I am interested in a wide variety of computer science areas, and, in the
> last few years, have focused more on distributed systems, concurrency,
> system software and performance. Outside of tech., I like spending my time
> outdoors - running, skiing, and long road trips. I completed my first
> marathon (the SFMarathon) last week, and now, getting this invitation has
> made this month a highlight of the year.
>
> I had known that Lucene powers some of the most popular search and
> analytics use cases across the globe, but as I've gotten more involved, the
> depth and breadth of this software has blown my mind. I am deeply impressed
> by what this community has built, and how it continues to work together and
> grow. It is a great honor to be trusted with committer privileges, and I
> look forward to learning and contributing to multiple different parts of
> the library.
>
> Thank you,
> Vigya
>
>
> On Thu, Jul 28, 2022 at 12:20 PM Anshum Gupta 
> wrote:
>
>> Congratulations and welcome, Vigya!
>>
>> On Thu, Jul 28, 2022 at 12:34 AM Adrien Grand  wrote:
>>
>>> I'm pleased to announce that Vigya Sharma has accepted the PMC's
>>> invitation to become a committer.
>>>
>>> Vigya, the tradition is that new committers introduce themselves with a
>>> brief bio.
>>>
>>> Congratulations and welcome!
>>>
>>> --
>>> Adrien
>>>
>>
>>
>> --
>> Anshum Gupta
>>
>
>
> --
> - Vigya
>


-- 
Sincerely yours
Mikhail Khludnev


[ANNOUNCE] Apache Lucene 9.3.0 released

2022-07-29 Thread Ignacio Vera
29 July 2022 - Apache Lucene™ 9.3.0 available

The Lucene PMC is pleased to announce the release of Apache Lucene 9.3.0.

Apache Lucene is a high-performance, full-featured search engine library
written entirely in Java. It is a technology suitable for nearly any
application that requires structured search, full-text search, faceting,
nearest-neighbor search across high-dimensionality vectors, spell
correction or query suggestions.

This release contains numerous bug fixes, optimizations, and improvements,
some of which are highlighted below. The release is available for immediate
download at:
https://lucene.apache.org/core/downloads.html

Lucene 9.3.0 Release Highlights:
• Merge on full flush is enabled now by default with a timeout of
500ms.
• Add getAllChildren functionality to facets.
• Added facetsets module for high dimensional (hyper-rectangle)
faceting.
• Top-level two-clause disjunctions sorted by score now use the
block-max MAXSCORE algorithm.
• When running KnnVectorQuery with a filter, reuse the cached
filter bit set.

Please read CHANGES.txt for a full list of new features and changes:

https://lucene.apache.org/core/9_3_0/changes/Changes.html

Note: The Apache Software Foundation uses an extensive mirroring network for
distributing releases. It is possible that the mirror you are using may not
have
replicated the release yet. If that is the case, please try another mirror.
This also applies to Maven access.


RE: Heads up: LUCENE-10662 - making LuceneTestCase not extend Assert

2022-07-29 Thread Marios Trivyzas
I think that in most cases, the consequence for classes extending from
LuceneTestCase is just to import the static methods from org.junit.Assert.
So I'm guessing that the transition wouldn't be very painful after all.

Marios

On 2022/07/28 20:19:06 Dawid Weiss wrote:
> Hi everyone,
>
> I wanted you to take a look at this proposal/ patch:
> https://issues.apache.org/jira/browse/LUCENE-10662
>
> it removes LuceneTestCase inheritance from junit's Assert. I am generally
> in favor of this as I prefer aspectj and this patch gives one the liberty
> of using whatever via static imports. But it does come with consequences
> for those who use LuceneTestCase (a potentially painful follow-up).
>
> If you have a strong opinion about it, follow up with a comment on the
> issue, please.
>
> Dawid
>