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

Public API inconsistency

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1
    • 2.2
    • core/index
    • None
    • 2.1.0 release

    • New

    Description

      org.apache.lucene.index.SegmentInfos is public, and contains public methods (which is good for expert-level index manipulation tools such as Luke). However, SegmentInfo class has package visibility. This leads to a strange result that it's possible to read SegmentInfos, but it's not possible to access its details (SegmentInfos.info(int)) from a user application.

      The solution is to make SegmentInfo class public.

      Attachments

        1. LUCENE-811-take2.patch
          4 kB
          Michael McCandless
        2. LUCENE-811.patch
          12 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            ab Andrzej Bialecki
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: