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

Use sequence ids for deleted docs

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Realtime Branch
    • 6.0
    • core/search
    • None
    • New

    Description

      Utilizing the sequence ids created via the update document
      methods, we will enable IndexReader deleted docs over a sequence
      id array.

      One of the decisions is what primitive type to use. We can start
      off with an int[], then possibly move to a short[] (for lower
      memory consumption) that wraps around.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jasonrutherglen Jason Rutherglen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: