opensearch-project / opensearch-java

Java Client for OpenSearch
Apache License 2.0
105 stars 169 forks source link

Add support for phase_took & search_pipeline request params #1036

Open dzane17 opened 1 week ago

dzane17 commented 1 week ago

Description

Add support for phase_took & search_pipeline request params to OpenSearch Java client

Ref in OpenSearch Core: RestSearchAction.java#L150-L227

Issues Resolved

Resolves https://github.com/opensearch-project/opensearch-java/issues/1025

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.