|
|
|
@ -41,7 +41,6 @@ public class RelatedEntitiesAggregationCalculatedFieldConfiguration implements A |
|
|
|
private Output output; |
|
|
|
private boolean useLatestTs; |
|
|
|
|
|
|
|
private boolean scheduledUpdateEnabled; |
|
|
|
private int scheduledUpdateInterval; |
|
|
|
|
|
|
|
@Override |
|
|
|
@ -49,6 +48,11 @@ public class RelatedEntitiesAggregationCalculatedFieldConfiguration implements A |
|
|
|
return CalculatedFieldType.RELATED_ENTITIES_AGGREGATION; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public boolean isScheduledUpdateEnabled() { |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public void validate() { |
|
|
|
relation.validate(); |
|
|
|
|