Skip to content

Remove usage of org.elasticsearch classes from non-template classes #1885

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

Closed
sothawo opened this issue Jul 27, 2021 · 1 comment · Fixed by #1913
Closed

Remove usage of org.elasticsearch classes from non-template classes #1885

sothawo opened this issue Jul 27, 2021 · 1 comment · Fixed by #1913
Assignees
Labels
type: task A general task

Comments

@sothawo
Copy link
Collaborator

sothawo commented Jul 27, 2021

We need to remove usages of org.elasticsearch classes. The only classes where we must actually keep this is in the concrete implementations of the (Reactive)ElasticsearchOperations classes.

Once the new Elasticsearch client is available, we will not be able to use theses classes anymore. For enums or callbacks we need to provide our own similar classes and provide a mapping in the *Template classes.

@sothawo
Copy link
Collaborator Author

sothawo commented Aug 29, 2021

2 parts are not resolved in this issue:

  • suggest API
  • aggregation results

These will be addressed in separate issue

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

Successfully merging a pull request may close this issue.

1 participant