Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Investigate using annotations for implementation specific features #8

Closed
jillesvangurp opened this issue May 29, 2022 · 1 comment

Comments

@jillesvangurp
Copy link
Owner

There are going to be APIs and API extensions that only work with newer versions of Elasticsearch or Opensearch or that work differently on both.

  • create some annotation to mark such features
  • provide run-time warnings if the user tries to use an unsupported feature with the wrong search client
  • add version sniffing option to the rest-client
@jillesvangurp
Copy link
Owner Author

we have enough support for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant