
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 06:05 AM
Hi Everyone,
I need to remove text index for certain fields in the cmdb_ci_ip_address table, which text index field is already false. Anyone provide solution for this.
Thanks & reagrds
Venugopal S
@Ankur Bawiskar @Pradeep Sharma @Chuck Tomasi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 06:13 AM
- Navigate to All > System Definition > Dictionary.
- Edit the dictionary entry for the table field.
- In the Attributes related list, select New.
- On the Dictionary Attribute form, fill in the fields:Field Value
Attribute No text index Value true - Select Submit.
- Select Update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 06:13 AM
- Navigate to All > System Definition > Dictionary.
- Edit the dictionary entry for the table field.
- In the Attributes related list, select New.
- On the Dictionary Attribute form, fill in the fields:Field Value
Attribute No text index Value true - Select Submit.
- Select Update.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 05:21 AM
Hi,
I have a related question: What if I still see text_index events being generated for that field, even though I set the attribute to true?
Best regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 02:13 AM
Just a further note on this: The text index field is not applicable at the field level, it only applies at the table level on the collection record. This is similar to the Audit field which applies at the table level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 02:17 AM
But the attribute should still work on field level, right?
At least it's even mentioned in a KB article, and I know at least one situation where it was necessary to set it to some custom fields for instance performance reasons.