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

[Backport 2.9] Add Support for Lucene Byte Sized Vector (#971) #974

Merged
merged 1 commit into from
Jul 12, 2023

Add Support for Lucene Byte Sized Vector (#971)

f71e5ee
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.9] Add Support for Lucene Byte Sized Vector (#971) #974

Add Support for Lucene Byte Sized Vector (#971)
f71e5ee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 12, 2023 in 1s

86.61% of diff hit (target 85.05%)

View this Pull Request on Codecov

86.61% of diff hit (target 85.05%)

Annotations

Check warning on line 37 in src/main/java/org/opensearch/knn/index/VectorField.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/VectorField.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 497 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java#L497

Added line #L497 was not covered by tests

Check warning on line 517 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java#L516-L517

Added lines #L516 - L517 were not covered by tests

Check warning on line 559 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java#L557-L559

Added lines #L557 - L559 were not covered by tests

Check warning on line 562 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java#L561-L562

Added lines #L561 - L562 were not covered by tests

Check warning on line 589 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapper.java#L588-L589

Added lines #L588 - L589 were not covered by tests

Check warning on line 28 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapperUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapperUtil.java#L28

Added line #L28 was not covered by tests

Check warning on line 161 in src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapperUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/KNNVectorFieldMapperUtil.java#L161

Added line #L161 was not covered by tests

Check warning on line 88 in src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java#L88

Added line #L88 was not covered by tests

Check warning on line 103 in src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java#L103

Added line #L103 was not covered by tests

Check warning on line 117 in src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/mapper/LuceneFieldMapper.java#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 102 in src/main/java/org/opensearch/knn/index/query/KNNQueryFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/knn/index/query/KNNQueryFactory.java#L101-L102

Added lines #L101 - L102 were not covered by tests