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

Add basic Dsl and configuration for spring-data elasticsearch #345

Conversation

fteychene
Copy link
Contributor

@fteychene fteychene commented Nov 22, 2020

Add autoconfigure-adapter for spring-data-elasticsearch for high level rest client and reactive client
Add Jafu Dsl for spring-data elasticsearch and reactive elasticsearch
Add Kofu dsl for spring-data elasticsearch and reactive elasticsearch

I will add the other configurations in this PR if I have time or will create another PR

TODO :

  • Add other configurations for ClientConfiguration
  • Add sample for jafu reactive elasticsearch
  • Add sample for kofu reactive elasticsearch
  • Add sample for kofu coroutime elasticsearch

Fixes: #303

Copy link
Collaborator

@sdeleuze sdeleuze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please juste fix the merge conflict and push it to master.

…h level rest client and reactive client

feat: Add Jafu Dsl for spring-data elasticsearch and reactive elasticsearch

feat: Add Kofu dsl for spring-data elasticsearch and reactive elasticsearch
@fteychene fteychene force-pushed the feat/303_spring_data_elasticsearch_dsl branch from 0960165 to 22ebc42 Compare December 1, 2020 22:20
@fteychene
Copy link
Contributor Author

Integrated modification from masters

@fteychene fteychene merged commit 76b2d99 into spring-projects-experimental:master Dec 1, 2020
@fteychene
Copy link
Contributor Author

fteychene commented Dec 1, 2020

  • Add other configurations for ClientConfiguration
  • Add sample for jafu reactive elasticsearch
  • Add sample for kofu reactive elasticsearch
  • Add sample for kofu coroutime elasticsearch

Will be covered in another PR with a linked issue =. #350

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

Successfully merging this pull request may close these issues.

Add support for Spring Data Elasticsearch
3 participants