Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Star Tree] [Search] Support for metric aggregations with/without term query #15289

Merged
merged 35 commits into from
Oct 21, 2024

delete tests added accidentally

9742432
Select commit
Loading
Failed to load commit list.
Merged

[Star Tree] [Search] Support for metric aggregations with/without term query #15289

delete tests added accidentally
9742432
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 21, 2024 in 1s

83.61% of diff hit (target 72.05%)

View this Pull Request on Codecov

83.61% of diff hit (target 72.05%)

Annotations

Check warning on line 175 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java#L175

Added line #L175 was not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/index/compositeindex/datacube/ReadDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/ReadDimension.java#L76

Added line #L76 was not covered by tests

Check warning on line 79 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L79

Added line #L79 was not covered by tests

Check warning on line 106 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L106

Added line #L106 was not covered by tests

Check warning on line 115 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L115

Added line #L115 was not covered by tests

Check warning on line 118 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L118

Added line #L118 was not covered by tests

Check warning on line 132 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L132

Added line #L132 was not covered by tests

Check warning on line 159 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L159

Added line #L159 was not covered by tests

Check warning on line 170 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L170

Added line #L170 was not covered by tests

Check warning on line 207 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/StarTreeQueryHelper.java#L207

Added line #L207 was not covered by tests

Check warning on line 1555 in server/src/main/java/org/opensearch/search/SearchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/SearchService.java#L1555

Added line #L1555 was not covered by tests

Check warning on line 179 in server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregator.java#L179

Added line #L179 was not covered by tests

Check warning on line 183 in server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregator.java#L183

Added line #L183 was not covered by tests

Check warning on line 70 in server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregatorFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/metrics/AvgAggregatorFactory.java#L70

Added line #L70 was not covered by tests

Check warning on line 79 in server/src/main/java/org/opensearch/search/aggregations/metrics/MinAggregatorFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/metrics/MinAggregatorFactory.java#L79

Added line #L79 was not covered by tests

Check warning on line 73 in server/src/main/java/org/opensearch/search/aggregations/metrics/ValueCountAggregatorFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/aggregations/metrics/ValueCountAggregatorFactory.java#L73

Added line #L73 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/search/startree/StarTreeFilter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/startree/StarTreeFilter.java#L43

Added line #L43 was not covered by tests

Check warning on line 69 in server/src/main/java/org/opensearch/search/startree/StarTreeQueryContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/startree/StarTreeQueryContext.java#L69

Added line #L69 was not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/search/startree/StarTreeQueryContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/startree/StarTreeQueryContext.java#L76

Added line #L76 was not covered by tests