Michael Sokolov created LUCENE-9582: ---------------------------------------
Summary: Make VectorValues' scoring/search API more extensible Key: LUCENE-9582 URL: https://issues.apache.org/jira/browse/LUCENE-9582 Project: Lucene - Core Issue Type: Improvement Reporter: Michael Sokolov This is an issue to apply some of the feedback from LUCENE-9322 that came after it was pushed; we want to: 1. rename VectorValues.ScoreFunction -> SearchStrategy (and all of the references to that terminology), and make it a simple enum with no implementation 2. rename the strategies to indicate the ANN implementation that backs them, so we can represent more than one such implementation/algorithm. 3. Move scoring implementation to a utility class I'll open a separate issue for exploring how to hide the VectorValues.RandomAccess API, which is probably specific to HNSW FYI [~jtibshirani] -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org