dsmiley commented on PR #3935:
URL: https://github.com/apache/solr/pull/3935#issuecomment-3642118188
fully backported now. I had to do a little change I'm not proud of on 9x:
```
// In Lucene 10, this method isn't even here anymore. This utility
class is used in such
// a limited way that we seem to get away with not implementing the
method properly.
@Override
public int docID() {
throw new IllegalStateException("unexpected");
}
```
--
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]