mikemccand commented on code in PR #15979: URL: https://github.com/apache/lucene/pull/15979#discussion_r3373924381
########## lucene/core/src/resources/META-INF/services/org.apache.lucene.codecs.KnnVectorsFormat: ########## @@ -16,3 +16,4 @@ org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsFormat org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsFormat org.apache.lucene.codecs.lucene104.Lucene104HnswScalarQuantizedVectorsFormat +org.apache.lucene.codecs.dedup.DedupFlatVectorsFormat Review Comment: Maybe drop `# nocommit` to make sure we remove before merging? I think you can put `# comment` in these SPI configuration files? -- 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]
