From 898754e3e1a0e492e58fb21c27727965afc75dc9 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 3 Jun 2025 11:40:05 -0700 Subject: [PATCH] [DOCS] Add missing index setting link (#128794) --- docs/reference/elasticsearch/index-settings/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/elasticsearch/index-settings/index.md b/docs/reference/elasticsearch/index-settings/index.md index a526ee71c7166..ad60a498ec62c 100644 --- a/docs/reference/elasticsearch/index-settings/index.md +++ b/docs/reference/elasticsearch/index-settings/index.md @@ -34,3 +34,5 @@ Settings are available for the following modules: Configure the backing indices in a time series data stream (TSDS). * [Translog](translog.md) Control the transaction log and background flush operations. + +There are also index settings associated with [text analysis](docs-content://manage-data/data-store/text-analysis.md), which define analyzers, tokenizers, token filters, and character filters.