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

[DOCS] Add highlights for terms enum and data tiers migration APIs #75958

Merged
merged 2 commits into from
Aug 2, 2021
Merged
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
20 changes: 20 additions & 0 deletions docs/reference/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,24 @@ Composite aggregations on `keyword` fields no longer use
{ref}/eager-global-ordinals.html[global ordinals], which for high cardinality
fields could use a lot of heap memory as part of the
{ref}/modules-fielddata.html[field data cache].

[discrete]
[[new-migrate-data-tiers-routing-api]]
=== New migrate to data tiers routing API

7.14 introduces the {ref}/ilm-migrate-to-data-tiers.html[migrate to data tiers
routing API]. You can use the API to switch indices and ILM policies that use
attribute-based allocation filters to data tiers using
{ref}/modules-node.html#node-roles[node roles]. This lets ILM automatically move
data stream indices between tiers during phase transitions. Data tiers also give
you access to additional ILM features, such as partially mounted indices and the
frozen tier.

[discrete]
[[new-terms-enum-api]]
=== New terms enum API

The new {ref}/search-terms-enum.html[terms enum API] lets you discover index
terms that match a partial string. You can use the API for search
auto-completion.
// end::notable-highlights[]