Skip to content

[Feature Request] Make NoOpResult visible to overridden engine implementations #19949

@varunbharadwaj

Description

@varunbharadwaj

Is your feature request related to a problem? Please describe

Engine interface in OpenSearch provides an abstract method NoOpResult noOp(NoOp noOp) to allow custom implementations. However, the NoOpResult class constructors are package-private, and hence implementations cannot reuse the NoOpResult class.

Describe the solution you'd like

Update the NoOpResult class constructors to be public.

Related component

Indexing

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Labels

IndexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or requestuntriaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions