Re: [Proposal] Security Working Group

2023-05-12 Thread Gus Heck
Yes, I'd agree, if the person can be on the related mailing list, they can be in the working group. On Fri, May 12, 2023 at 1:50 PM Mike Drob wrote: > Just a quick update here - it sounds like the project may opt to allow > committers (non-PMC members) to join the security list. Discussion here:

Re: [Proposal] Security Working Group

2023-05-12 Thread Mike Drob
Just a quick update here - it sounds like the project may opt to allow committers (non-PMC members) to join the security list. Discussion here: https://lists.apache.org/thread/k9rt56y3j4vd2gczbn257qf4x272vz1o I expect the same logic would apply to this WG. Mike On Tue, May 2, 2023 at 7:40 PM Gus

[dev help wanted] upgrade Solr to use Lucene 9.6.0

2023-05-12 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hi Everyone, Apache Lucene 9.6.0 was recently released - would you be interested in contributing to update Solr to use it? Please see https://issues.apache.org/jira/browse/SOLR-16799 for details. Thanks, Christine

Re: Question for customize index segment search order

2023-05-12 Thread Mikhail Khludnev
Hello, Wei. Pardon for pinging you back to the Lucene field. Here's the loop over segments https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java#L674 So, presumably: - custom searcher may loop segments out of order - custom wrapper over index