opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
109 stars 58 forks source link

[BUG] Remove references to old PIT APIs #137

Closed VachaShah closed 1 year ago

VachaShah commented 1 year ago

What is the bug?

open_point_in_time and close_point_in_time APIs are not supported by OpenSearch. See https://github.com/opensearch-project/opensearch-ruby/pull/155#discussion_r1143922457

https://github.com/search?q=repo%3Aopensearch-project%2Fopensearch-php%20pit&type=code

How can one reproduce the bug?

Try the pit endpoints against the server. They will result in no uri handler error.

What is the expected behavior?

These APIs should not be available in the client.

What is your host/environment?

Operating system, version.

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

Add any other context about the problem.