msokolov commented on issue #13147: URL: https://github.com/apache/lucene/issues/13147#issuecomment-1973428361
I have some initial implementation working in BlockDocsEnum, but one thing I'm unsure about is whether to provide it in all of the PostingsEnum/ImpactsEnum specializations. I feel like this is only likely to be used and helpful for docs-only fields (maybe?), but is it also possible that such fields can be iterated over by these other enums? I see that postings() returns a BlockDocsEnum when there are no positions, yet in tests I am seeing CheckIndex gets a handle on an EverythingEnum (and other enums) over a test field indexed with no positions and no freqs. -- 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