Skip to content

Commit 2b9173e

Browse files
authored
fix(cli): update stale links (#8401)
1 parent 8cf0f43 commit 2b9173e

File tree

2 files changed

+7
-7
lines changed
  • src/pages/gen1/[platform]/tools/cli-legacy

2 files changed

+7
-7
lines changed

src/pages/gen1/[platform]/tools/cli-legacy/overwrite-customize-resolvers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $util.toJson({
579579

580580
Amazon OpenSearch domains can take a while to deploy. Take this time to read up on OpenSearch to see what capabilities you are about to unlock.
581581

582-
[Getting Started with OpenSearch](https://opensearch.org/docs/opensearch/index/)
582+
[Getting Started with OpenSearch](https://docs.opensearch.org/latest/)
583583

584584
- After the update is complete but before creating any objects, update your OpenSearch index mapping.
585585

src/pages/gen1/[platform]/tools/cli-legacy/searchable-directive/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ The `filter` parameter in the search query has a searchable type field that corr
9999

100100
- `eq` - which uses the OpenSearch keyword type to match for the exact term.
101101
- `ne` - this is the inverse operation of `eq`.
102-
- `matchPhrase` - searches using OpenSearch's [Match Phrase Query](https://opensearch.org/docs/opensearch/query-dsl/full-text/#match-phrase) to filter the documents in the search query.
103-
- `matchPhrasePrefix` - This uses OpenSearch's [Match Phrase Prefix Query](https://opensearch.org/docs/opensearch/query-dsl/full-text/#match-phrase-prefix) to filter the documents in the search query.
104-
- `multiMatch` - Corresponds to the OpenSearch [Multi Match Query](https://opensearch.org/docs/opensearch/query-dsl/full-text/#multi-match).
105-
- `exists` - Corresponds to the OpenSearch [Exists Query](https://opensearch.org/docs/opensearch/query-dsl/term/#exists).
106-
- `wildcard` - Corresponds to the OpenSearch [Wildcard Query](https://opensearch.org/docs/opensearch/query-dsl/term/#wildcards).
107-
- `regexp` - Corresponds to the OpenSearch [Regexp Query](https://opensearch.org/docs/opensearch/query-dsl/term/#regex).
102+
- `matchPhrase` - searches using OpenSearch's [Match Phrase Query](https://docs.opensearch.org/latest/query-dsl/full-text/match-phrase/) to filter the documents in the search query.
103+
- `matchPhrasePrefix` - This uses OpenSearch's [Match Phrase Prefix Query](https://docs.opensearch.org/latest/query-dsl/full-text/match-phrase-prefix/) to filter the documents in the search query.
104+
- `multiMatch` - Corresponds to the OpenSearch [Multi Match Query](https://docs.opensearch.org/latest/query-dsl/full-text/multi-match/).
105+
- `exists` - Corresponds to the OpenSearch [Exists Query](https://docs.opensearch.org/latest/query-dsl/term/exists/).
106+
- `wildcard` - Corresponds to the OpenSearch [Wildcard Query](https://docs.opensearch.org/latest/query-dsl/term/wildcard/).
107+
- `regexp` - Corresponds to the OpenSearch [Regexp Query](https://docs.opensearch.org/latest/query-dsl/term/regexp/).
108108

109109
The `sort` parameter can be used to specify the order of the search results, can be ascending (`asc`) or descending (`desc`), if not specified ascending order is used.
110110

0 commit comments

Comments
 (0)