cpoerschke commented on code in PR #2316:
URL: https://github.com/apache/solr/pull/2316#discussion_r1753534329


##########
solr/core/src/java/org/apache/solr/core/SolrConfig.java:
##########
@@ -810,6 +810,7 @@ public static class UpdateHandlerInfo implements 
MapSerializable {
     public final boolean openSearcher; // is opening a new searcher part of 
hard autocommit?
     public final boolean commitWithinSoftCommit;
     public final boolean aggregateNodeLevelMetricsEnabled;
+    public final String commitPollInterval;

Review Comment:
   minor/subjective, to retain (partial) match order with constructor args
   ```suggestion
       public final String commitPollInterval;
       public final boolean aggregateNodeLevelMetricsEnabled;
   ```
   



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