benwtrent commented on code in PR #13365:
URL: https://github.com/apache/lucene/pull/13365#discussion_r1598645109


##########
lucene/core/src/java/org/apache/lucene/search/FloatVectorSimilarityValuesSource.java:
##########
@@ -36,29 +36,6 @@ public FloatVectorSimilarityValuesSource(float[] vector, 
String fieldName) {
     this.queryVector = vector;
   }
 
-  @Override

Review Comment:
   This is no longer necessary. I should have removed it in the original vector 
scorer PR



-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to