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

Support Filtering on Large List encoded by Bitmap #14774

Merged
merged 35 commits into from
Aug 20, 2024

Merge branch 'main' into 12341-bitmap-filtering

9c1c039
Select commit
Loading
Failed to load commit list.
Merged

Support Filtering on Large List encoded by Bitmap #14774

Merge branch 'main' into 12341-bitmap-filtering
9c1c039
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 16, 2024 in 0s

76.59% of diff hit (target 71.82%)

View this Pull Request on Codecov

76.59% of diff hit (target 71.82%)

Annotations

Check warning on line 839 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L838-L839

Added lines #L838 - L839 were not covered by tests

Check warning on line 846 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L846

Added line #L846 was not covered by tests

Check warning on line 1470 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L1470

Added line #L1470 was not covered by tests

Check warning on line 1472 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L1472

Added line #L1472 was not covered by tests

Check warning on line 1478 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L1478

Added line #L1478 was not covered by tests

Check warning on line 114 in server/src/main/java/org/opensearch/index/query/TermsQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/TermsQueryBuilder.java#L114

Added line #L114 was not covered by tests

Check warning on line 569 in server/src/main/java/org/opensearch/index/query/TermsQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/TermsQueryBuilder.java#L569

Added line #L569 was not covered by tests

Check warning on line 75 in server/src/main/java/org/opensearch/search/query/BitmapDocValuesQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/query/BitmapDocValuesQuery.java#L75

Added line #L75 was not covered by tests

Check warning on line 98 in server/src/main/java/org/opensearch/search/query/BitmapDocValuesQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/query/BitmapDocValuesQuery.java#L98

Added line #L98 was not covered by tests