raghavyadav01 commented on code in PR #16325:
URL: https://github.com/apache/pinot/pull/16325#discussion_r2198664994


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -1261,6 +1261,9 @@ public static class Server {
         "pinot.server.messagesCount.refreshIntervalSeconds";
     public static final int DEFAULT_MESSAGES_COUNT_REFRESH_INTERVAL_SECONDS = 
30;
 
+    public static final String CONFIG_OF_LUCENE_MAX_CLAUSE_COUNT = 
"pinot.server.lucene.max.clause.count";
+    public static final int DEFAULT_LUCENE_MAX_CLAUSE_COUNT = 8192;

Review Comment:
   Keeping it default same as lucene default. 



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