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

   @naveentatikonda using lucene-util, scalar quantization, I get a recall@100 
of `0.735`.
   
   I am calculating the recall by gathering the true 100 nearest neighbors from 
the test queries given the training docs given max-inner-product. Then I 
compare the overlap with 100 nearest neighbors found via scalar quantized HNSW.
   
   
   What is your flush buffer size? Maybe I need to kick off some more merges. 
   
   Do you force-merge to a single segment?


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