javasoze opened a new issue, #15477:
URL: https://github.com/apache/lucene/issues/15477

   ### Description
   
   Sometimes a DocIdStream can be replayed, e.g. `RangeDocIdStream`, there is 
not iterator state kept with the instance.
   
   Proposal:
   
   Introduce an annotation
   
   ```java
   @Retention(RetentionPolicy.RUNTIME)
   public @interface Replayable {
   }
   ```
   
   To indicate a DocIdStream can be replayed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to