Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-5341

Generated documentation should link to the default codec's index format documentation, rather than being hard coded in lucene/site/xsl/index.xsl

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.6, 4.7, 6.0
    • general/build
    • None
    • New

    Description

      In the 4.6 RC1, The "File Formats” link from the generated Lucene Documentation page leads to the 4.5 format doc, rather than the 4.6 format doc (Lucene46Codec was introduced by LUCENE-5215).

      Updating this is not automated now - it’s hard-coded in lucene/site/xsl/index.xsl - the default codec doesn’t change in every release.

      The default codec could be extracted from o.a.l.codecs.Codec#defaultCodec [ = Codec.forName(“Lucene46”)] and inserted into the URL to the index file format documentation.

      Attachments

        1. LUCENE-5341.patch
          4 kB
          Steven Rowe

        Activity

          People

            sarowe Steven Rowe
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: