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

Fix DerivedFieldQuery to support concurrent search. #15326

Merged
merged 8 commits into from
Aug 27, 2024

add tests for normalizedWildcard and phrase prefix

1520b44
Select commit
Loading
Failed to load commit list.
Merged

Fix DerivedFieldQuery to support concurrent search. #15326

add tests for normalizedWildcard and phrase prefix
1520b44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 27, 2024 in 0s

72.22% of diff hit (target 71.93%)

View this Pull Request on Codecov

72.22% of diff hit (target 71.93%)

Annotations

Check warning on line 252 in server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java#L252

Added line #L252 was not covered by tests

Check warning on line 289 in server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java#L289

Added line #L289 was not covered by tests

Check warning on line 362 in server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java#L362

Added line #L362 was not covered by tests

Check warning on line 435 in server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java#L435

Added line #L435 was not covered by tests

Check warning on line 485 in server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DerivedFieldType.java#L485

Added line #L485 was not covered by tests