Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3733 Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API
  3. LUCENE-3736

ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-ALPHA
    • core/index
    • None
    • New

    Description

      The plan is:

      • Move all subreaders to ctor (builder-like API. First build reader-set, then call build)
      • Rename ParallelReader to ParallelAtomicReader
      • Add a ParallelCompositeReader with same builder API, but taking any CompositeReader-set and checks them that they are aligned (docStarts identical). The subreaders are ParallelAtomicReaders.

      Attachments

        1. LUCENE-3736.patch
          70 kB
          Uwe Schindler
        2. LUCENE-3736.patch
          69 kB
          Uwe Schindler
        3. LUCENE-3736.patch
          69 kB
          Uwe Schindler
        4. LUCENE-3736.patch
          63 kB
          Michael McCandless
        5. LUCENE-3736.patch
          14 kB
          Michael McCandless
        6. LUCENE-3736.patch
          64 kB
          Uwe Schindler
        7. LUCENE-3736.patch
          63 kB
          Michael McCandless
        8. LUCENE-3736.patch
          65 kB
          Uwe Schindler
        9. LUCENE-3736.patch
          63 kB
          Uwe Schindler
        10. LUCENE-3736.patch
          54 kB
          Uwe Schindler
        11. LUCENE-3736.patch
          6 kB
          Uwe Schindler
        12. LUCENE-3736-improveTestCoverage.patch
          8 kB
          Uwe Schindler
        13. LUCENE-3736-readerMaps.patch
          13 kB
          Uwe Schindler
        14. LUCENE-3736-readerMaps.patch
          2 kB
          Uwe Schindler

        Activity

          People

            uschindler Uwe Schindler
            uschindler Uwe Schindler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: