mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 18:08:36 +00:00
[DOCS] Fixed typos and broken attribute.
This commit is contained in:
parent
f4fb4d3bf5
commit
2f9a882061
@ -12,12 +12,11 @@ Elasticsearch 7.0 node will not start in the presence of indices created in a
|
|||||||
version of Elasticsearch before 6.0.
|
version of Elasticsearch before 6.0.
|
||||||
|
|
||||||
[IMPORTANT]
|
[IMPORTANT]
|
||||||
.Reindex indices from Elasticseach 5.x or before
|
.Reindex indices from Elasticsearch 5.x or before
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
Indices created in Elasticsearch 5.x or before will need to be reindexed with
|
Indices created in Elasticsearch 5.x or before will need to be reindexed with
|
||||||
Elasticsearch 6.x in order to be readable by Elasticsearch 7.x. The easiest
|
Elasticsearch 6.x in order to be readable by Elasticsearch 7.x.
|
||||||
way to reindex old indices is to use the `reindex` API.
|
|
||||||
|
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ field support has a `nested` sort option with the following properties:
|
|||||||
current nested object.
|
current nested object.
|
||||||
|
|
||||||
[WARNING]
|
[WARNING]
|
||||||
.Nested sort options before Elasticseach 6.1
|
.Nested sort options before Elasticsearch 6.1
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
The `nested_path` and `nested_filter` options have been deprecated in
|
The `nested_path` and `nested_filter` options have been deprecated in
|
||||||
|
@ -75,7 +75,6 @@ To manually reindex your old indices with the <<docs-reindex,`reindex` API>>:
|
|||||||
.. Add any aliases that existed on the old index to the new index.
|
.. Add any aliases that existed on the old index to the new index.
|
||||||
|
|
||||||
|
|
||||||
// Flag this as X-Pack and conditionally include at GA.
|
|
||||||
// Need to update the CSS to override sidebar titles.
|
// Need to update the CSS to override sidebar titles.
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
.Migration assistance and upgrade tools
|
.Migration assistance and upgrade tools
|
||||||
@ -84,7 +83,7 @@ To manually reindex your old indices with the <<docs-reindex,`reindex` API>>:
|
|||||||
reindexing and upgrading to 6.x. These tools are free with the X-Pack trial
|
reindexing and upgrading to 6.x. These tools are free with the X-Pack trial
|
||||||
and Basic licenses and you can use them to upgrade whether or not X-Pack is a
|
and Basic licenses and you can use them to upgrade whether or not X-Pack is a
|
||||||
regular part of your Elastic Stack. For more information, see
|
regular part of your Elastic Stack. For more information, see
|
||||||
{stack-guide}/upgrading-elastic-stack.html.
|
{stack-ref}/upgrading-elastic-stack.html.
|
||||||
*******************************************
|
*******************************************
|
||||||
|
|
||||||
[[reindex-upgrade-remote]]
|
[[reindex-upgrade-remote]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user