-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Feature Request] Make NoOpResult visible to overridden engine implementations #19949
Copy link
Copy link
Closed
Closed
Copy link
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestuntriaged
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
IndexingIndexing, Bulk Indexing and anything related to indexingIndexing, Bulk Indexing and anything related to indexingenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestuntriaged