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

In IndexSearcher class, make subReader and docCount arrays protected so sub classes can access them

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.9
    • 3.0
    • core/search
    • None
    • New

    Description

      Please make these two member variables protected so subclasses can access them, e.g.:

      protected IndexReader[] subReaders;
      protected int[] docStarts;

      Thanks

      Attachments

        1. LUCENE-1925.patch
          1 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            john.wang@gmail.com John Wang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: