-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[META] Derived Fields #12281
Comments
List of all tasks associated -
Some additional sub features -
|
I'd like to be able to |
@jayaddison could you point to your changes?
We do that already when derived fields are defined in query. Check https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/mapper/DefaultDerivedFieldResolver.java#L99 |
Thanks for taking an interest @rishabhmaurya - I should mention that I've hardly made any progress on it, and it's been many years since I coded in Java. Even so, the commit/line where I'd run into this is: My plan is to develop test case(s) to expose where the gap in sort functionality exists, and then to get those to pass (initially perhaps with a naive solution, and then to optimize). |
Please describe the end goal of this project
"Schema on reads" is a mechanism where query result data can be defined at runtime of the query. This is useful for users who may not be aware of the structure of the data and want to explore its usage before choosing what and how to index it. More simply, this allows users to have additional attributes to query upon post-ingest. Derived fields are an enhancement to OpenSearch that provides this "schema on read" functionality.
Supporting References
The RFC for this feature request can be found here #1133
Issues
I will update this section with created issues with more details. For the time being I wanted to create the META issue for tracking.
The text was updated successfully, but these errors were encountered: