opensearch-project / opensearch-project/opensearch-java

[FEATURE] Add "text-chunking processor support in org.opensearch.client.opensearch.ingest.Processor.

Open
#1,413 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.