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

   > @benwtrent For your results, I see that visited was 0 which might mean 
there is some kind of bug.
   
   No, visited was correct, that `0` was for index build time. I only build the 
index once and then run the queries multiple times with different fanOut 
parameters. This way I don't pay the cost of reindex on every run unnecessarily 
:).
   
   Thank you both for all this testing. I will verify the "reversed" numbers as 
those have the biggest discrepancy between @jmazanec15 results and mine.
   
   The only difference I know of is that I did not allow negative scores and 
instead used the piecewise transformation in the original issue comment.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to