iprithv commented on PR #16111:
URL: https://github.com/apache/lucene/pull/16111#issuecomment-4624331573

   > @iprithv -- what do you think?
   
   makes sense, I kept norms as a special case though getDocCount() for norms 
actually returns postings count, not norms count (docs can have norms without 
postings when analyzer produces empty token stream). so the unified logic works 
for vectors/docValues/points/terms, but norms still only use the maxDoc 
shortcut. thanks!


-- 
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]

Reply via email to