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

[Derived Fields] Add DerivedFieldMapper #12506

Closed
qreshi opened this issue Mar 1, 2024 · 0 comments · Fixed by #12569
Closed

[Derived Fields] Add DerivedFieldMapper #12506

qreshi opened this issue Mar 1, 2024 · 0 comments · Fixed by #12569
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc

Comments

@qreshi
Copy link
Contributor

qreshi commented Mar 1, 2024

Is your feature request related to a problem? Please describe

To support schema on reads, a new mapper class will need to be added which represents derived fields in the mappings.

Describe the solution you'd like

Add a DerivedFieldMapper class which defines how the this type of field is index and searched. In our case, it will not be indexed and the search will deviate from traditional fields (details on this will be captured in a separate issue). The two main attributes we want in this mapper class is a type for the field and a script which defines how the field will be derived.

Related component

Search

Describe alternatives you've considered

No response

Additional context

No response

@qreshi qreshi added enhancement Enhancement or improvement to existing feature or request untriaged labels Mar 1, 2024
@github-actions github-actions bot added the Search Search query, autocomplete ...etc label Mar 1, 2024
@qreshi qreshi mentioned this issue Mar 1, 2024
6 tasks
@rishabhmaurya rishabhmaurya moved this from Todo to In Progress in Performance Roadmap Mar 1, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Performance Roadmap Apr 2, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Search Project Board Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search Search query, autocomplete ...etc
Projects
Status: Done
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants