rmuir commented on code in PR #13672: URL: https://github.com/apache/lucene/pull/13672#discussion_r1722556851
########## lucene/core/src/java/org/apache/lucene/document/DocValuesRangeIterator.java: ########## @@ -24,8 +24,10 @@ /** * Wrapper around a {@link TwoPhaseIterator} for a doc-values range query that speeds things up by * taking advantage of a {@link DocValuesSkipper}. + * + * @lucene.experimental */ -final class DocValuesRangeIterator extends TwoPhaseIterator { +public final class DocValuesRangeIterator extends TwoPhaseIterator { Review Comment: move to .search package? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org