Re: Bugfix release Lucene/Solr 8.11.2

2022-05-12 Thread Anshum Gupta
Thanks for volunteering, Mike! I think the commits I was tracking to be in 8x are already there, but I'll confirm this over the weekend and let you know in case I intend to backport anything more. On Thu, May 12, 2022 at 4:03 PM Mike Drob wrote: > To: dev@lucene, dev@solr > > NOTICE: > > I am p

Bugfix release Lucene/Solr 8.11.2

2022-05-12 Thread Mike Drob
To: dev@lucene, dev@solr NOTICE: I am planning on preparing a bugfix release from branch branch_8_11 (likely mid next week) Please observe the normal rules for committing to this branch: * Before committing to the branch, reply to this thread and argue why the fix needs backporting and how lo

Re: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Colvin Cowie
Super minor point, but on a small screen (I.e mobile) the title on the ref guide gets squashed and goes off the screen: https://drive.google.com/file/d/1FfOifKk5EZfEOK-hcv5KgEsU4ct41iaX/view?usp=drivesdk But overall the new guide is great On Thursday, 12 May 2022, Gus Heck wrote: > +1 for uwe'

RE: Continuing Discussion on the new Ref Guide versioning strategy

2022-05-12 Thread Uwe Schindler
Hi, that’s what I said: Antorra should not create links between latest <-> 9.0 at all. We just need to create an internal rewrite in the htaccess based on the version number of refguide. That means we just “symlink” (the Apache httpd way) the latest to 9.0 and on next release to later. A

Re: Continuing Discussion on the new Ref Guide versioning strategy

2022-05-12 Thread Gus Heck
It seems like the simple way to handle /latest/ is with a rewrite rule? Just update it each release to point to the canonical version based location as part of each release. Anyone hitting the canonical link should not get redirected. On this page: https://solr.apache.org/guide/ change "earlier ve

Continuing Discussion on the new Ref Guide versioning strategy

2022-05-12 Thread Houston Putman
*Separating this out into a separate thread from the release announcement.* Thanks for getting all of that fixed Jan! The Guide page is always redirected to the new 9.0 guide, now there's no > way to get to the 8.11 guide anymore by clicking through the webseite. > I'm going to put the version s

Re: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Gus Heck
+1 for uwe's suggestion. It should always be possible to refer to a specific version of the ref guide. On Thu, May 12, 2022 at 9:44 AM Uwe Schindler wrote: > Hi Jan, > > thanks for fixing this so quickly. I was able to get the overview page > with all refguides. The problems with those rewrites

RE: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Uwe Schindler
Hi Jan, thanks for fixing this so quickly. I was able to get the overview page with all refguides. The problems with those rewrites and the trailing "/" were caused by a stupidity in htaccess files: RedirectMatch/AliasMatch all work with absolute paths, while the RewriteEngine has a RewriteBase

Re: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Alessandro Benedetti
That's great guys! An amazing job of the entire community and I want to say a special thanks to the release manager(s) and everyone involved with the release candidates process! Well done! On Thu, 12 May 2022, 11:09 Jan Høydahl, wrote: > Congrats to the whole community with the 9.0 release. Big

Re: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Jan Høydahl
Congrats to the whole community with the 9.0 release. Big milestone! Uwe: Thanks for reporting. Both of the issues are now fixed: https://solr.apache.org/guide/9_0/ redirects to the new guide https://solr.apache.org/guide/ is no longer hijacked by the 9.0 guide :) I also found another bug - /guid

RE: [ANNOUNCE] Apache Solr 9.0.0 released

2022-05-12 Thread Uwe Schindler
Hi, thanks for releasing! Great success. I found some minor issues with website: - The Guide page is always redirected to the new 9.0 guide, now there's no way to get to the 8.11 guide anymore by clicking through the webseite. The index.html in the guide folder no longer works. I think we need to