Skip to content

Move documents method to index #195

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

Merged
merged 13 commits into from
Sep 22, 2021
Merged

Conversation

bidoubiwa
Copy link
Contributor

@bidoubiwa bidoubiwa commented Sep 21, 2021

All documents are moved to Index class

  • client.index("myIndex").addDocuments
  • client.index("myIndex").updateDocuments
  • client.index("myIndex").updateDocuments
  • client.index("myIndex").getDocument
  • client.index("myIndex").getDocument
  • client.index("myIndex").getDocuments
  • client.index("myIndex").deleteDocument
  • client.index("myIndex").deleteAllDocuments
  • client.index("myIndex").deleteBatchDocuments

@bidoubiwa bidoubiwa changed the title Move documents to index Move documents method to index Sep 21, 2021
@bidoubiwa bidoubiwa requested a review from alallema September 21, 2021 19:10
@bidoubiwa bidoubiwa merged commit 31c1095 into lazy_index Sep 22, 2021
@bidoubiwa bidoubiwa deleted the move_documents_to_index branch September 22, 2021 09:10
@bidoubiwa bidoubiwa added the breaking-change The related changes are breaking for the users label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change The related changes are breaking for the users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant