Re: Proposal to pin the Lucene snapshot version on main

2021-05-07 Thread Dawid Weiss
> I just have to figure out, if some local repo, copied to some Webserver > works well as a full M2 repository, especially how to You should set up publishing to push to a maven repository without wiping it first (the current build does it intentionally so that you can inspect the artifacts). Thi

Re: luceneMatchVersion and Version classes in Solr 9.0 and beyond

2021-05-07 Thread Jan Høydahl
Good question Ilan, I think the Solr project needs to state (and write down) some principles for how and when to upgrade Lucene. We should obviously not upgrade to a new major lucene version in a minor Solr release, so it feels natural that Solr N+1 most often (but not necessarily) also contain

Re: luceneMatchVersion and Version classes in Solr 9.0 and beyond

2021-05-07 Thread Ilan Ginzburg
Do we risk not being able to support the Solr N-1 indexes in Solr N (i.e. no easy migration path) if between Solr N-1 and Solr N Lucene has advanced from P to P+2 and P+2 does not support indexes in P format? On Fri, May 7, 2021 at 12:23 AM David Smiley wrote: > Thanks for raising this. I'm not

Re: Proposal to pin the Lucene snapshot version on main

2021-05-07 Thread Uwe Schindler
Hi, Sure! I will play a little bit around. If needed, I can add some property to the lucene build to locate a "local repo" (I think we have that already). I just have to figure out, if some local repo, copied to some Webserver works well as a full M2 repository, especially how to handle multiple

Re: Proposal to pin the Lucene snapshot version on main

2021-05-07 Thread David Smiley
Sounds great Uwe! Can you do it please? ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, May 7, 2021 at 1:55 AM Uwe Schindler wrote: > Hi Cassandra. Sure, We can create a job on ASF Jenkins that is only > manually triggered. > It builds the ma

Re: Proposal to pin the Lucene snapshot version on main

2021-05-07 Thread David Smiley
No, these are not "releases". > If the general public is being instructed to download a package, then that package has been released We will not be instructing the general public to download this stuff. It's internal, and it's temporary before we get to an actual 9.0 release. ~ David Smiley Apa

Re: Proposal to pin the Lucene snapshot version on main

2021-05-07 Thread Mike Drob
Is this allowed by ASF policy? Are the Lucene “releases” that we are making something that needs to be voted on and approved by the Lucene PMC? https://apache.org/legal/release-policy.html#what > In our case, that means any publication outside the group of people on the product dev list. Solr dev