anshumg commented on code in PR #3112:
URL: https://github.com/apache/solr/pull/3112#discussion_r1973916671


##########
solr/core/src/java/org/apache/solr/spelling/SpellCheckCollator.java:
##########
@@ -51,6 +51,14 @@ public class SpellCheckCollator {
   private boolean suggestionsMayOverlap = false;
   private int docCollectionLimit = 0;
 
+  private static volatile boolean mergeSpellCheckCorrections =
+      Boolean.parseBoolean(
+          
System.getProperty("solr.SpellCheckCollator.mergeSpellCheckCorrections", 
"true"));
+
+  private static volatile boolean logSIOOBEDebugData =

Review Comment:
   This seems like an unrelated change. 
   Can we just add a debug line and switch the log level for the specific class 
instead of relying on a system property.



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

Reply via email to