benwtrent commented on issue #15408:
URL: https://github.com/apache/lucene/issues/15408#issuecomment-3492546808

   Some further testing I have done:
   
    - Unsigned byte still returns in the correct order, with its equivalent 
vector being ranked first, but its outside of 0.001 tolerance. Seven bit has 
correct order within that tolerance (so, more accurate than unsigned????)
    - PACKED_NIBBLE returns a score of `0` for the exactly equal vector after 
merge (really weird)
    - SINGLE_BIT_QUERY_NIBBLE: suffers similarly as packed_nibble, but doesn't 
return exactly zero.
   
   This is for euclidean, haven't tried inner product yet.
   
   This is the test I am running: 
https://github.com/apache/lucene/compare/branch_10x...benwtrent:lucene:trying-to-repeat-weirdness?expand=1


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