Skip to content

Add Support for Lucene Byte Sized Vector (#971)

This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Jul 12, 2023 in 0s

86.61% of diff hit (target 85.09%)

View this Pull Request on Codecov

86.61% of diff hit (target 85.09%)

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