The documentation is frozen when it is released (it's part of the release package).
https://github.com/apache/lucene/pull/120 was merged into the main branch, so it will be shipped with 9.0 - the next major release. Unfortunately I think it wouldn't be trivial to backport the documentation change into the branch for 8.x. Tomoko 2021年5月1日(土) 23:04 Michael Wechner <[email protected]>: > I am lIttle confused now :-) where exactly are these changes now? > > If I understand correctly that PR has already been merged ( > https://github.com/apache/lucene/pull/120), but I cannot see the changes > at > > https://lucene.apache.org/core/8_8_2/index.html > https://lucene.apache.org/core/8_8_2/luke/index.html > > Thanks > > Michael > > Am 01.05.21 um 11:15 schrieb Tomoko Uchida: > > Just FYI, we're going to remove Javadocs for luke module from the > documentation site (it does not much make sense publishing API docs for the > GUI tool anyway). > Instead, I've added a simple description about how to launch the app. > https://github.com/apache/lucene/pull/120 > > Tomoko > > > 2021年5月1日(土) 8:15 Robert Muir <[email protected]>: > >> please submit a PR if you have the time! >> >> On Fri, Apr 30, 2021 at 3:38 PM Michael Wechner >> <[email protected]> wrote: >> > >> > sounds good to me :-) >> > >> > Would you like me to do a pull request or will you copy the README.md >> > yourself? >> > >> > Thanks >> > >> > Michael >> > >> > Am 30.04.21 um 16:59 schrieb Robert Muir: >> > > I'll throw out the idea of moving the README.md to >> > > https://github.com/apache/lucene/tree/main/lucene/luke >> > > >> > > That way it is in the main source tree, versioned, and pushed as part >> > > of the release process. We could then fix the gradle documentation >> > > task to incorporate any module's README.md into the main release >> > > documentation file (such as >> > > https://lucene.apache.org/core/8_8_2/index.html). Also for now at >> > > least, it would be visible from github too. >> > > >> > > On Fri, Apr 30, 2021 at 10:32 AM Jan Høydahl <[email protected]> >> wrote: >> > >> Hi >> > >> >> > >> That could be feasible. Have a look at the website git repo at >> https://github.com/apache/lucene-site. >> > >> Should be fairly easy to move the Markdown files from github to this >> site, which also accepts Markdown... >> > >> >> > >> Jan >> > >> >> > >>> 30. apr. 2021 kl. 08:41 skrev Michael Wechner < >> [email protected]>: >> > >>> >> > >>> Hi >> > >>> >> > >>> I just noticed that Luke became a Lucene Module >> > >>> >> > >>> https://github.com/DmitryKey/luke#important-notice >> > >>> >> https://mocobeta.medium.com/luke-become-an-apache-lucene-module-as-of-lucene-8-1-7d139c998b2 >> > >>> https://lucene.apache.org/core/8_8_2/luke/index.html >> > >>> >> > >>> Wouldn't it make sense to move the "Usage documentation of Luke" >> from https://github.com/DmitryKey/luke#luke to somewhere inside >> lucene.apache.org? >> > >>> >> > >>> Thanks >> > >>> >> > >>> Michael >> > >>> >> > >>> >> > >>> >> --------------------------------------------------------------------- >> > >>> To unsubscribe, e-mail: [email protected] >> > >>> For additional commands, e-mail: [email protected] >> > >>> >> > >> >> > >> --------------------------------------------------------------------- >> > >> To unsubscribe, e-mail: [email protected] >> > >> For additional commands, e-mail: [email protected] >> > >> >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: [email protected] >> > > For additional commands, e-mail: [email protected] >> > > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
