opensearch-project / opensearch-project/opensearch-java
[FEATURE] Add "text-chunking processor support in org.opensearch.client.opensearch.ingest.Processor.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 165
- Forks
- 250
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 26
Description
In the org.opensearch.client.opensearch.ingest.Processor class, it seems there's no constructor for the text chunking processor.
It a must needed processor for ingest pipelines. Can we add this into java client implementation?
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 org.opensearch.client.opensearch.ingest.Processor and trace how existing ingest processors are represented in the Java client. Confirm the text chunking processor can be constructed and exposed consistently with the other processors, then run the relevant client tests or build checks to verify the support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100