opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

Applied document lifecycle guide & sample. #559

Closed Djcarrillo6 closed 11 months ago

Djcarrillo6 commented 11 months ago

Description Adds API guide for the document lifecycle API(s) & adds sample code file to test the examples.

Issues Resolved Resolves issue https://github.com/opensearch-project/opensearch-py/issues/352 Allow for the closure of open PR https://github.com/opensearch-project/opensearch-py/pull/364

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.

OSCI-2023

codecov[bot] commented 11 months ago

Codecov Report

Merging #559 (f1fd270) into main (bcfef11) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #559   +/-   ##
=======================================
  Coverage   71.10%   71.10%           
=======================================
  Files          85       85           
  Lines        7774     7774           
=======================================
  Hits         5528     5528           
  Misses       2246     2246           
Djcarrillo6 commented 11 months ago

@saimedhi this is the new PR that should have the latest commits from main. I closed my old PR as well.