-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 DerivedFieldMapper and support parsing it in mappings #12569
Commits on Apr 1, 2024
-
Add initial implementation of DerivedFieldMapper class
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a830f94 - Browse repository at this point
Copy the full SHA a830f94View commit details -
Add support for parsing derived fields in mappings
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dbeac7 - Browse repository at this point
Copy the full SHA 0dbeac7View commit details -
Add tests for DerivedFieldMapper
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f8c692 - Browse repository at this point
Copy the full SHA 1f8c692View commit details -
Add test for parsing derived mappings in ObjectMapperTests
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a0b95c - Browse repository at this point
Copy the full SHA 0a0b95cView commit details -
Update serialization for DerivedFieldMapper to work as expected
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef43544 - Browse repository at this point
Copy the full SHA ef43544View commit details -
Update toXContent in ObjectMapper so serialization accounts for deriv…
…ed field mappings Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 443b2f2 - Browse repository at this point
Copy the full SHA 443b2f2View commit details -
Do not remove 'type' from fieldNode prematurely when it is a paramete…
…r in the case of DerivedFieldMapper Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e68763 - Browse repository at this point
Copy the full SHA 7e68763View commit details -
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aa70db - Browse repository at this point
Copy the full SHA 2aa70dbView commit details -
Move DerivedFieldType to its own file and add an enum for DerivedFiel…
…dSupportedTypes Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 711c652 - Browse repository at this point
Copy the full SHA 711c652View commit details -
Fix test assertion due to change in DerivedFieldMapper CONTENT_TYPE
Signed-off-by: Mohammad Qureshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe836d - Browse repository at this point
Copy the full SHA 7fe836dView commit details -
Add tests for all supported query types for derived fields
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f4eabc - Browse repository at this point
Copy the full SHA 5f4eabcView commit details -
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71c2439 - Browse repository at this point
Copy the full SHA 71c2439View commit details -
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c69972d - Browse repository at this point
Copy the full SHA c69972dView commit details -
Address PR comments and add to CHANGELOG
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6853c9b - Browse repository at this point
Copy the full SHA 6853c9bView commit details
Commits on Apr 2, 2024
-
Fix CHANGELOG entry to add it to 2.x instead of 3.0
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b33293f - Browse repository at this point
Copy the full SHA b33293fView commit details -
Merge branch 'main' into derived-field-mapper
Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97a8be8 - Browse repository at this point
Copy the full SHA 97a8be8View commit details