benwtrent commented on PR #15169:
URL: https://github.com/apache/lucene/pull/15169#issuecomment-3294068941

   > Marked the old codecs as deprecated. I'd prefer not to do backwards codecs 
here, this change is already much larger than I'd like but I couldn't figure 
out how to factor it into smaller pieces.
   
   Yeah, I am cool with that. Format changes are always huge!
   
   > More generally I think it would be useful to track and surface 
KnnCollector stats in indexing and search paths. Being able to distinguish 
between "comparisons are faster" and "comparisons are fewer" would be helpful 
for analyzing this, and also other algorithmic and data layout changes (would 
be really curious to see this for binary partitioning reordering).
   
   We don't really track this during indexing for sure. But you can expose the 
vector comparisons in Lucene Util. 
   
   


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