-
Notifications
You must be signed in to change notification settings - Fork 183
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
[Guide] Advanced Index Actions #350
Comments
PrerequisitesBefore you begin, make sure you have the following: *OpenSearch-Py library installed PatternIndexing Documents with Advanced FeaturesIndexing Documents with Parent-Child Relationship
Indexing Documents with RoutingYou can specify a routing value when indexing documents in OpenSearch using the
Indexing Documents with VersioningYou can enable versioning for documents in OpenSearch to allow for optimistic concurrency control. The version number is used to ensure that multiple updates to the same document do not conflict. from opensearchpy import OpenSearch
|
@ReinGrad Thanks for putting in the work. Sorry for not being clear but you should create a PR that adds |
Create
guides/advanced_index_actions.md
similar to the Ruby guideYou must assure that:
try/catch
and print out the expected error.```ruby
)The text was updated successfully, but these errors were encountered: