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.