mccullocht commented on issue #15064: URL: https://github.com/apache/lucene/issues/15064#issuecomment-3313152574
There are several test bits as you described: lucene/core/src/test/org/apache/lucene/index/TestKnnGraph.java lucene/core/src/test/org/apache/lucene/search/TestFullPrecisionFloatVectorSimilarityValuesSource.java lucene/core/src/test/org/apache/lucene/search/TestRescoreTopNQuery.java lucene/misc/src/test/org/apache/lucene/misc/index/TestBpVectorReorderer.java lucene/test-framework/src/java/org/apache/lucene/tests/index/RandomCodec.java `TestLucene99ScalarQuantizedVectorScorer` is the one that isn't tractable -- it's specific to the flat format. I was hoping to move the hnsw format and sub in the flat format for this test, but the flat format doesn't score anything on search so that doesn't work. -- 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]
