Skip to content

Introduce annotation to indicate when a DocIdStream implementation can be replayed #15477

@javasoze

Description

@javasoze

Description

Sometimes a DocIdStream can be replayed, e.g. RangeDocIdStream, there is not iterator state kept with the instance.

Proposal:

Introduce an annotation

@Retention(RetentionPolicy.RUNTIME)
public @interface Replayable {
}

To indicate a DocIdStream can be replayed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions