- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2014 11:10 AM
Will adding "no_text_index=true" to the attributes of a collection dictionary record cause the entire table to not be indexed? I guess a corollary would be do dictionary attributes added to a collection affect the entire table?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 05:28 AM
Hi Scott,
I can confirm that adding no_text_index=true to a collection(assuming that text index checkbox is checked) field does not remove the whole table from global search.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2014 11:48 AM
To remove an index for an entire table, untick Text Index checkbox in the collection dictionary record for that table.
Administering Zing Text Search - ServiceNow Wiki
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 04:40 AM
Does adding "no_text_index=true" to a collection dictionary entry have the same effect?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 04:46 AM
Hi Scott,
no_text_index is actually for individual fields, I am not really sure if you can apply that to collection and that it will trickle down to all the table fields. For removing the index for the entire table, you can refer to Slava's post and uncheck the Text Index for collection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2014 05:00 AM
Yep. I understand that. I was just wondering what the effects of adding it to a collection entry would be. Maybe my question is better phrased, "What does adding no_text_index=true to a collection dictionary entry do?". If the answer is nothing, that's fine, but I'm curious.