You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/10 09:55:25 UTC

[unomi] branch master updated (3d1e25c -> 628fb77)

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from 3d1e25c  Fix NPE in SetEventOccurenceCountAction
     add 628fb77  Add optimizations for past event queries (#208)

No new revisions were added by this update.

Summary of changes:
 .../main/resources/etc/custom.system.properties    |  4 ++
 .../ElasticSearchPersistenceServiceImpl.java       | 74 +++++++++++++++++---
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  7 +-
 .../org.apache.unomi.persistence.elasticsearch.cfg | 11 +++
 .../unomi/persistence/spi/PersistenceService.java  | 12 ++++
 .../PastEventConditionESQueryBuilder.java          | 78 ++++++++++++++--------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  2 +
 .../services/impl/segments/SegmentServiceImpl.java | 63 +++++++++++------
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  3 +
 9 files changed, 197 insertions(+), 57 deletions(-)