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

Add max token score for SparseEncodingQueryBuilder and do renaming #348

Merged
merged 7 commits into from
Oct 1, 2023

Address PR comments and change processor and query clause name. (#9)

ddb5d69
Select commit
Loading
Failed to load commit list.
Merged

Add max token score for SparseEncodingQueryBuilder and do renaming #348

Address PR comments and change processor and query clause name. (#9)
ddb5d69
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Sep 28, 2023 in 1s

14.11% of diff hit (target 84.56%)

View this Pull Request on Codecov

14.11% of diff hit (target 84.56%)

Annotations

Check warning on line 85 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L81-L85

Added lines #L81 - L85 were not covered by tests

Check warning on line 90 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L90

Added line #L90 was not covered by tests

Check warning on line 96 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L96

Added line #L96 was not covered by tests

Check warning on line 98 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L98

Added line #L98 was not covered by tests

Check warning on line 110 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L106-L110

Added lines #L106 - L110 were not covered by tests

Check warning on line 119 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L118-L119

Added lines #L118 - L119 were not covered by tests

Check warning on line 122 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L122

Added line #L122 was not covered by tests

Check warning on line 126 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L126

Added line #L126 was not covered by tests

Check warning on line 131 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L131

Added line #L131 was not covered by tests

Check warning on line 133 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L133

Added line #L133 was not covered by tests

Check warning on line 135 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L135

Added line #L135 was not covered by tests

Check warning on line 137 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L137

Added line #L137 was not covered by tests

Check warning on line 139 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L139

Added line #L139 was not covered by tests

Check warning on line 142 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L142

Added line #L142 was not covered by tests

Check warning on line 144 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L144

Added line #L144 was not covered by tests

Check warning on line 151 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 154 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L153-L154

Added lines #L153 - L154 were not covered by tests

Check warning on line 161 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 163 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L163

Added line #L163 was not covered by tests

Check warning on line 166 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L166

Added line #L166 was not covered by tests

Check warning on line 169 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L169

Added line #L169 was not covered by tests

Check warning on line 173 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 175 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L175

Added line #L175 was not covered by tests

Check warning on line 179 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L179

Added line #L179 was not covered by tests

Check warning on line 184 in src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/apache/lucene/BoundedLinearFeatureQuery.java#L184

Added line #L184 was not covered by tests