jpountz commented on issue #12394: URL: https://github.com/apache/lucene/issues/12394#issuecomment-1629825363
They would be pkg-private in `org.apache.lucene.search` and exposed via factory methods on `DoubleValues`. > I was thinking if we could have a DVS where #getValues returns the per document vector similarity scores(i.e. DoubleValues) based on the passed VectorSimilarityFunction to DVS ? FWIW we don't need to take an input similarity function and could rely on the one that is configured on the `FieldInfo` of the provided field. -- 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]
