sergehuber commented on a change in pull request #134: UNOMI-284 Make mapping 
total fields limit configurable
URL: https://github.com/apache/unomi/pull/134#discussion_r390818442
 
 

 ##########
 File path: 
persistence-elasticsearch/core/src/main/java/org/apache/unomi/persistence/elasticsearch/ElasticSearchPersistenceServiceImpl.java
 ##########
 @@ -139,8 +139,10 @@
     private String indexPrefix;
     private String monthlyIndexNumberOfShards;
     private String monthlyIndexNumberOfReplicas;
+    private String monthlyIndexMappingTotalFieldsLimit;
     private String numberOfShards;
     private String numberOfReplicas;
+    private String indexMappingTotalFieldsLimit;
 
 Review comment:
   It was a mistake. I added it (with a bad copy-paste) but I committed your 
fix. Thanks for catching this (twice !)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to