atris commented on issue #595: Load freqs lazily in Postings URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509892301 Yeah, should have been more verbose. Lucene50PostingsReader used to expose three (non impact) types of Enums: 1) EveryThingEnum : Exposes docs, freqs, positions and payloads (basically, everything). 2) BlockPostingsEnum : docs + freqs + positions (no offsets and payloads) 3) BlockDocsEnum: docs + freqs Note that BlockPostingsEnum was recently removed, and only EverythingEnum and BlockDocsEnum survive now.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
