Skip to content

Commit

Permalink
Index and OpenSearch TOC changes (#2946)
Browse files Browse the repository at this point in the history
* Add new Query DSL section

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Change config settings

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Fix links

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add Query DSL back to Search

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Fix remaining links

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Last reorder

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add Heather's feedback

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add Query DSL section. Delete Index Data page

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Fix index title

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add correct title to managing indexes

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Change config yml

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* Add permalinks for each page in query DSL section

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>

* :wq

---------

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
(cherry picked from commit e119a93)
  • Loading branch information
Naarcha-AWS committed Mar 8, 2023
1 parent 1831bb3 commit 3340e4e
Show file tree
Hide file tree
Showing 87 changed files with 2,138 additions and 591 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Common REST Parameters
nav_order: 93
redirect_from:
- /opensearch/common-parameters/
---

# Common REST parameters
Expand Down
2 changes: 2 additions & 0 deletions _opensearch/popular-api.md → _api-reference/popular-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Popular APIs
nav_order: 96
redirect_from:
- /opensearch/popular-api/
---

# Popular APIs
Expand Down
2 changes: 2 additions & 0 deletions _opensearch/units.md → _api-reference/units.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Supported units
nav_order: 90
redirect_from:
- /opensearch/units/
---

# Supported units
Expand Down
32 changes: 12 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ collections:
upgrade-to:
permalink: /:collection/:path/
output: true
opensearch:
permalink: /:collection/:path/
output: true
im-plugin:
permalink: /:collection/:path/
output: true
Expand All @@ -54,13 +51,10 @@ collections:
output: true
search-plugins:
permalink: /:collection/:path/
output: true
output: true
ml-commons-plugin:
permalink: /:collection/:path/
output: true
neural-search-plugin:
permalink: /:collection/:path/
output: true
output: true
tuning-your-cluster:
permalink: /:collection/:path/
output: true
Expand All @@ -70,10 +64,10 @@ collections:
observing-your-data:
permalink: /:collection/:path/
output: true
ml-commons-plugin:
query-dsl:
permalink: /:collection/:path/
output: true
neural-search-plugin:
output: true
field-types:
permalink: /:collection/:path/
output: true
clients:
Expand Down Expand Up @@ -106,9 +100,6 @@ just_the_docs:
# nav_exclude: true
nav_fold: true
# search_exclude: true
opensearch:
name: OpenSearch
nav_fold: true
im-plugin:
name: Managing Indexes
nav_fold: true
Expand All @@ -122,17 +113,14 @@ just_the_docs:
name: Security in OpenSearch
nav_fold: true
security-analytics:
name: Security analytics plugin
name: Security analytics
nav_fold: true
search-plugins:
name: Search
nav_fold: true
ml-commons-plugin:
name: Machine learning
nav_fold: true
neural-search-plugin:
name: Neural Search
nav_fold: true
tuning-your-cluster:
name: Tuning your cluster
nav_fold: true
Expand All @@ -142,6 +130,12 @@ just_the_docs:
observing-your-data:
name: Observing your data
nav_fold: true
query-dsl:
name: Query DSL, Aggregations, and Analyzers
nav_fold: true
field-types:
name: Mappings and field types
nav_fold: true
clients:
name: Clients
nav_fold: true
Expand All @@ -157,8 +151,6 @@ just_the_docs:
troubleshoot:
name: Troubleshooting
nav_fold: true
external_links:
name: External links


# Enable or disable the site search
Expand Down
7 changes: 0 additions & 7 deletions _external_links/developer-guide.md

This file was deleted.

7 changes: 0 additions & 7 deletions _external_links/javadoc.md

This file was deleted.

6 changes: 0 additions & 6 deletions _external_links/javadocs.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Alias
nav_order: 10
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/alias/
---

# Alias field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 50
has_children: true
has_toc: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/autocomplete/
---

# Autocomplete field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Binary
parent: Supported field types
nav_order: 12
has_children: false
redirect_from:
- /opensearch/supported-field-types/binary/
---

# Binary field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Boolean
nav_order: 20
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/boolean/
---

# Boolean field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 51
has_children: false
parent: Autocomplete field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/completion/
---

# Completion field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Date
nav_order: 25
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/date/
---

# Date field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 56
has_children: false
parent: Geographic field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/geo-point/
---

# Geopoint field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 57
has_children: false
parent: Geographic field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/geo-shape/
---

# Geoshape field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 55
has_children: true
has_toc: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/geographic/
---

# Geographic field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ has_children: true
has_toc: false
redirect_from:
- /opensearch/supported-field-types/
- //opensearch/supported-field-types/index/
---

# Supported field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: IP address
nav_order: 30
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/ip/
---

# IP address field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 43
has_children: false
parent: Object field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/join/
---

# Join field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 46
has_children: false
parent: String field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/keyword/
---

# Keyword field type
Expand Down
2 changes: 2 additions & 0 deletions _opensearch/mappings.md → _field-types/mappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Mapping
nav_order: 13
redirect_from:
- /opensearch/mappings/
---

# Mapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 42
has_children: false
parent: Object field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/nested/
---

# Nested field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Numeric field types
parent: Supported field types
nav_order: 15
has_children: false
redirect_from:
- /opensearch/supported-field-types/numeric/
---

# Numeric field types
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 41
has_children: false
parent: Object field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/object/
---

# Object field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Percolator
nav_order: 65
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/percolator/
---

# Percolator field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Range field types
nav_order: 35
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/range/
---

# Range field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Rank field types
nav_order: 60
has_children: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/rank/
---

# Rank field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 53
has_children: false
parent: Autocomplete field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/search-as-you-type/
---

# Search-as-you-type field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 45
has_children: true
has_toc: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/string/
---

# String field types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 47
has_children: false
parent: String field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/text/
---

# Text field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 48
has_children: false
parent: String field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/token-count/
---

# Token count field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 58
has_children: false
parent: Cartesian field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/xy-point/
---

# xy point field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 59
has_children: false
parent: Cartesian field types
grand_parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/xy-shape/
---

# xy shape field type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 57
has_children: true
has_toc: false
parent: Supported field types
redirect_from:
- /opensearch/supported-field-types/xy/
---

# Cartesian field types
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion _opensearch/index-alias.md → _im-plugin/index-alias.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
layout: default
title: Index aliases
nav_order: 12
nav_order: 11
redirect_from:
- /opensearch/index-alias/
---

# Index aliases
Expand Down
Loading

0 comments on commit 3340e4e

Please sign in to comment.