alessandrobenedetti commented on code in PR #1680:
URL: https://github.com/apache/solr/pull/1680#discussion_r1226373016


##########
solr/core/src/java/org/apache/solr/schema/DenseVectorField.java:
##########
@@ -193,12 +193,24 @@ public void checkSchemaField(final SchemaField field) 
throws SolrException {
     switch (vectorEncoding) {
       case FLOAT32:
         if (dimension > FloatVectorValues.MAX_DIMENSIONS) {
-          log.warn("The vector dimension "+ dimension +" specified for field 
"+ field.getName() +" exceeds the current Lucene default max dimension of "+ 
FloatVectorValues.MAX_DIMENSIONS +". It's un-tested territory, extra caution 
and benchmarks are recommended for production systems.");
+          if (log.isWarnEnabled()) {

Review Comment:
   I agree, but it's a busy week this one (Berlin Buzzword approaching), so I 
will have to check in 10 days roughly, if I rofet feel free to remember me! ,
    so if no particular concern I would go with a merge soon, we can always 
refine and improve it later :) 



-- 
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...@solr.apache.org

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


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

Reply via email to