mayya-sharipova commented on code in PR #15501:
URL: https://github.com/apache/lucene/pull/15501#discussion_r2611798135
##########
lucene/codecs/src/java/org/apache/lucene/codecs/bitvectors/FlatBitVectorsScorer.java:
##########
@@ -57,7 +58,7 @@ public RandomVectorScorer getRandomVectorScorer(
throw new IllegalArgumentException("vectorValues must be an instance of
ByteVectorValues");
}
- static class BitRandomVectorScorer implements UpdateableRandomVectorScorer {
+ static class BitRandomVectorScorer implements UpdateableRandomVectorScorer,
HasKnnVectorValues {
Review Comment:
Both UpdateableRandomVectorScorer and HasKnnVectorValues interfaces provide
`public KnnVectorValues values()`. Is there some kind of redundancy?
--
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]