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

Support multi-fields for text fields and improve push down logic #1039

Merged
merged 5 commits into from
Feb 13, 2025

Conversation

penghuo
Copy link
Collaborator

@penghuo penghuo commented Feb 7, 2025

Description

This PR introduces support for multi-fields on text fields and improves the query push down logic. The updates ensure that text fields with multi-field mappings are correctly deserialized and that term queries are pushed down to the keyword subfield when available. Updated doc

Related Issues

n/a

Check List

  • Updated documentation (docs/ppl-lang/README.md)
  • Implemented unit tests
  • Implemented tests for combination with other commands
  • New added source code should include a copyright header
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Peng Huo <[email protected]>
Copy link
Collaborator

@dai-chen dai-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes!

@penghuo penghuo merged commit 4783f08 into opensearch-project:main Feb 13, 2025
4 checks passed
@penghuo penghuo deleted the dataTypeMultipleFields branch February 13, 2025 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants