# I need a very important help "tag cloud"

**URL:** https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827
**Category:** Kibana
**Created:** [January 3, 2019, 3:00pm UTC](https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827 "2019-01-03T15:00:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![angelogabeira](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@angelogabeira](https://discuss.elastic.co/u/angelogabeira)
#### Post date: [January 3, 2019, 3:00pm UTC](https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827/1 "2019-01-03T15:00:04Z")

</div>

I'm having a hard time in a few days.  
In my cloud of words the whole sentences appear.  
I already did the command below but it did not work.  
Can someone help me?  
PUT db2-bb2 / \_mappings / \_doc  
{  
"properties": {  
"text\_descricao": {  
"type": "text",  
"fielddata": true  
}  
}  
}

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [January 4, 2019, 6:26pm UTC](https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827/2 "2019-01-04T18:26:25Z")

</div>

Which version of Elasticsearch and Kibana are you using? Can you post your index mapping (ex. `GET db2-bb2/_mapping`)?

---

<div class="post-metadata">

### Author: ![angelogabeira](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@angelogabeira](https://discuss.elastic.co/u/angelogabeira)
#### Post date: [January 7, 2019, 10:37am UTC](https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827/3 "2019-01-07T10:37:12Z")

</div>

> [@nickpeihl](#):
>
> Which version of Elasticsearch and Kibana are you using? Can you post your index mapping (ex. `GET db2-bb2/_mapping` )?

================  
KiBANA 6.5.2  
Elasticsearch 6.5.2

{  
"db2-bb3" : {  
"mappings" : {  
"\_doc" : {  
"properties" : {  
"@timestamp" : {  
"type" : "date"  
},  
"@version" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"assunto\_1" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"assunto\_2" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"assunto\_3" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"classificacao" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"dt\_abertura" : {  
"type" : "date"  
},  
"dt\_encerramento" : {  
"type" : "date"  
},  
"dt\_vencimento" : {  
"type" : "date"  
},  
"local" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"nivel" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"nr\_bb\_atende" : {  
"type" : "long"  
},  
"origem" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"status" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"texto\_descricao" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
},  
"fielddata" : true  
},  
"texto\_solucao" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
},  
"fielddata" : true  
},  
"tipo" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"tipo\_de\_cliente" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"tipo\_descricao" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"tipo\_solucao" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
},  
"tiporeg" : {  
"type" : "text",  
"fields" : {  
"keyword" : {  
"type" : "keyword",  
"ignore\_above" : 256  
}  
}  
}  
}  
}  
}  
}  
}

---

<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: [February 4, 2019, 10:37am UTC](https://discuss.elastic.co/t/i-need-a-very-important-help-tag-cloud/162827/4 "2019-02-04T10:37:18Z")

</div>

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