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

Java V2 add Open Search code examples to the Code Lib #5013

Merged
merged 7 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 105 additions & 0 deletions .doc_gen/metadata/opensearch_metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# zexi 0.4.0
opensearch_CreateDomain:
title: Create an &ES; domain by using an &AWS; SDK
title_abbrev: Create a domain
synopsis: create an &ES; domain.
category:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.kotlin.create_domain.main
Java:
versions:
- sdk_version: 2
github: javav2/example_code/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.java2.create_domain.main
services:
opensearch: {CreateDomain}
opensearch_DeleteDomain:
title: Delete an &ES; domain by using an &AWS; SDK
title_abbrev: Delete a domain
synopsis: delete an &ES; domain.
category:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.kotlin.delete_domain.main
Java:
versions:
- sdk_version: 2
github: javav2/example_code/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.java2.delete_domain.main
services:
opensearch: {DeleteDomain}
opensearch_ListDomainNames:
title: List &ES; domains by using an &AWS; SDK
title_abbrev: List domains
synopsis: list &ES; domains.
category:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.kotlin.list_domains.main
Java:
versions:
- sdk_version: 2
github: javav2/example_code/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.java2.list_domains.main
services:
opensearch: {ListDomainNames}
opensearch_UpdateDomainConfig:
title: Modify a cluster configuration of the specified &ES; domain by using an &AWS; SDK
title_abbrev: Modify a cluster configuration
synopsis: modify a cluster configuration of an &ES; domain.
category:
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.kotlin.update_domain.main
Java:
versions:
- sdk_version: 2
github: javav2/example_code/opensearch
sdkguide:
excerpts:
- description:
snippet_tags:
- opensearch.java2.update_domain.main
services:
opensearch: {UpdateDomainConfig}
30 changes: 30 additions & 0 deletions .doc_gen/metadata/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,21 @@ firehose:
version: "firehose-2015-08-04"
tags:
product_categories: {'Analytics'}
forecast:
long: '&FORlong;'
short: '&FOR;'
sort: Forecast
expanded:
long: Amazon Forecast Service
short: Forecast
blurb: a fully managed service that uses statistical and machine learning algorithms to deliver highly accurate time-series forecasts.
guide:
subtitle: User Guide
url: forecast/latest/dg/getting-started.html
api_ref: forecast/latest/dg/api-reference.html
tags:
product_categories: {'Machine Learning & AI'}
version: forecast-2018-06-26
glacier:
long: '&GLlong;'
short: '&GLshort;'
Expand Down Expand Up @@ -655,6 +670,21 @@ mediapackage:
tags:
product_categories: {'Media Services'}
version: mediapackage-2017-10-12
opensearch:
long: '&ESlong;'
short: '&ES;'
sort: "ES"
expanded:
long: Amazon OpenSearch Service
short: OpenSearch
blurb: is a distributed, community-driven, Apache 2.0-licensed, 100% open-source search and analytics suite used for a broad set of use cases like real-time application monitoring, log analytics, and website search.
guide:
subtitle: User Guide
url: opensearch-service/latest/developerguide/gsg.html
api_ref: opensearch.org/docs/latest/api-reference/index/
tags:
product_categories: {'Analytics'}
version: es-2021-01-01
organizations:
long: '&AOlong;'
short: '&AO;'
Expand Down