wuyunfeng edited a comment on issue #595: Load freqs lazily in Postings
URL: https://github.com/apache/lucene-solr/pull/595#issuecomment-509905214
 
 
   @atris Thanks. I noted that in Lucene's  source-tree code.  Impact 
`frequency ` and `norm ` just to accelerate the `score process`, the norm value 
which produced or consumed by `Lucene80NormsFormat`. In this ` Impact way`, we 
can avoid read norms from `Lucene80NormsProducer` that may generate the extra 
IO?  In impact mode, `CompetitiveImpactAccumulator` will record (freq, norm) 
pair that as you say  stored at index level.
   
   I noted `CompetitiveImpactAccumulator` commented with `This class 
accumulates the (freq, norm) pairs that may produce competitive scores`,  maybe 
related to `WAND`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to