Skip to content

Use sequence ids for deleted docs [LUCENE-2558] #3632

@asfimport

Description

@asfimport

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.


Migrated from LUCENE-2558 by Jason Rutherglen, updated May 09 2016

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions