opensearch-project / opensearch-project/sql
[FEATURE] Support flat object querying and searching
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 176
- Forks
- 229
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 43
Description
Is your feature request related to a problem?
Support new OpenSearch data type: flat_object
What solution would you like?
- Support querying such fields, for example in
select *query. - Support search for sub-fields of such fields.
What alternatives have you considered?
N/A
Do you have any additional context?
https://opensearch.org/docs/latest/field-types/flat-object
https://github.com/opensearch-project/OpenSearch/pull/6507
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked OpenSearch flat_object documentation and pull request, then trace how this project handles field querying and sub-field search. Done means flat_object fields work in select * queries and searches can target their sub-fields; the issue names no repository files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- backend, databases, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100