cpoerschke commented on code in PR #13525:
URL: https://github.com/apache/lucene/pull/13525#discussion_r1675724584


##########
lucene/core/src/java/org/apache/lucene/index/FieldInfo.java:
##########
@@ -92,6 +97,8 @@ public FieldInfo(
       int vectorDimension,
       VectorEncoding vectorEncoding,
       VectorSimilarityFunction vectorSimilarityFunction,
+      boolean isTensor,
+      TensorSimilarityFunction.Aggregation tensorAggregate,

Review Comment:
   added 
https://github.com/apache/lucene/pull/13525/commits/b2b95cdb31c7deb73c8ab5a70e0077772bef4414
 to give that a go



-- 
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