expani opened a new pull request, #14511: URL: https://github.com/apache/lucene/pull/14511
### Description Fix for https://github.com/apache/lucene/issues/14445 Falling back to return a SlowImpactsEnum for all default cases but ensuring skip data is read for case where field is indexed with `IndexOptions.DOCS` by returning a non competitive impact. This is required because we stopped storing a default impact for such cases from 912Postings Format https://github.com/apache/lucene/blob/main/lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene99/Lucene99PostingsWriter.java#L275 -- 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]
