# Update to stopwords not reflected in Tag Cloud

**URL:** https://discuss.elastic.co/t/update-to-stopwords-not-reflected-in-tag-cloud/343353
**Category:** Kibana
**Created:** [September 19, 2023, 11:41am UTC](https://discuss.elastic.co/t/update-to-stopwords-not-reflected-in-tag-cloud/343353 "2023-09-19T11:41:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ADarkDividedGem](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adarkdividedgem/32/125799_2.png) [@ADarkDividedGem](https://discuss.elastic.co/u/ADarkDividedGem)
#### Post date: [September 19, 2023, 11:41am UTC](https://discuss.elastic.co/t/update-to-stopwords-not-reflected-in-tag-cloud/343353/1 "2023-09-19T11:41:07Z")

</div>

My index uses a stop words file as part of its analyzer:

```auto
"analysis": {
	"filter": {
		"stopwords_filter": {
			"ignore_case": "true",
			"type": "stop",
			"stopwords_path": "en_complete.txt"
		}
	},
	"analyzer": {
		"custom_stopwords": {
			"filter": [
				"stopwords_filter"
			],
			"tokenizer": "standard"
		}
	}
}

```

If I want to update the `en_complete.txt` file to include the word "apple" then after the update I have to close and open my index. After that, searching for a stop word e.g. `subtitle_text_stop : "apple"` will not return any results in the Discover section of Kibana.

However a previously created Tag Cloud still shows the word "apple". To update the Tag Cloud I have to delete and recreate the index.

Is this normal behaviour or am I doing something wrong?

---

<div class="post-metadata">

### Author: ![Priscilla\_Parodi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/priscilla_parodi/32/43047_2.png) [@Priscilla\_Parodi](https://discuss.elastic.co/u/Priscilla_Parodi)
#### Post date: [October 11, 2023, 6:22pm UTC](https://discuss.elastic.co/t/update-to-stopwords-not-reflected-in-tag-cloud/343353/2 "2023-10-11T18:22:43Z")

</div>

Hello @ADarkDividedGem,

Welcome to the community!

Which version are you using?

If it's prior to 7.11, you need to click on (Management \> Index patterns), select the index pattern you are using for this visualization, and then press the "Refresh" button at the top of the window in order to update with the changes.

After 7.11, Kibana does the refresh automatically for you.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 8, 2023, 6:22pm UTC](https://discuss.elastic.co/t/update-to-stopwords-not-reflected-in-tag-cloud/343353/3 "2023-11-08T18:22:51Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
