opensearch-project / opensearch-project/opensearch-java
[FEATURE] Support Semantic field type
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 165
- Forks
- 250
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 26
Description
The Semantic field type was a big feature in OpenSearch 3.1, heavily focused upon in release notes, blogs, including in subsequent releases. Yet, it has not shown up in the Java client.
https://docs.opensearch.org/latest/mappings/supported-field-types/semantic/
Please add support for this field type. There is no work around to missing field types in the API, no "custom" type, you are stuck without it being added.
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 by reviewing the existing Java client support for other OpenSearch field types and the Semantic field type documentation linked in the issue. Identify the client entry points and tests that define field-type serialization; done means Semantic mappings can be represented and serialized by the Java client with coverage for the new type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100