sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r2426648820


##########
persistence-elasticsearch/core/src/main/java/org/apache/unomi/persistence/elasticsearch/ElasticSearchPersistenceServiceImpl.java:
##########
@@ -1307,7 +1317,7 @@ protected Boolean execute(Object... args) throws 
Exception {
                         itemType = customItemType;
                     }
                     String documentId = getDocumentIDForItemType(itemId, 
itemType);
-                    String index = getIndexNameForQuery(itemType);
+                    String index = getIndex(itemType);

Review Comment:
   This was rollbacked



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

Reply via email to