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 support for deriving source field from docValues in FieldMapper #17040

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Fixing review comments

e16b768
Select commit
Loading
Failed to load commit list.
Open

Add support for deriving source field from docValues in FieldMapper #17040

Fixing review comments
e16b768
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 22, 2025 in 1s

23.33% of diff hit (target 72.31%)

View this Pull Request on Codecov

23.33% of diff hit (target 72.31%)

Annotations

Check warning on line 825 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L824-L825

Added lines #L824 - L825 were not covered by tests

Check warning on line 829 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L827-L829

Added lines #L827 - L829 were not covered by tests

Check warning on line 831 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L831

Added line #L831 was not covered by tests

Check warning on line 833 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L833

Added line #L833 was not covered by tests

Check warning on line 835 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L835

Added line #L835 was not covered by tests

Check warning on line 838 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L838

Added line #L838 was not covered by tests

Check warning on line 842 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L842

Added line #L842 was not covered by tests

Check warning on line 845 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L845

Added line #L845 was not covered by tests

Check warning on line 847 in server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/DateFieldMapper.java#L847

Added line #L847 was not covered by tests

Check warning on line 584 in server/src/main/java/org/opensearch/index/mapper/FieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/FieldMapper.java#L584

Added line #L584 was not covered by tests

Check warning on line 587 in server/src/main/java/org/opensearch/index/mapper/FieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/FieldMapper.java#L586-L587

Added lines #L586 - L587 were not covered by tests

Check warning on line 591 in server/src/main/java/org/opensearch/index/mapper/FieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/FieldMapper.java#L591

Added line #L591 was not covered by tests

Check warning on line 176 in server/src/main/java/org/opensearch/index/mapper/MappedFieldType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/MappedFieldType.java#L176

Added line #L176 was not covered by tests