- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 02:20 AM
Hi All,
Can anyone tell me when does the 'text_index' event get triggered and what is purpose of triggering this event?
Thanks in advance,
Aswin Siddalingam
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 02:35 AM
The text_index event is part of the global text search engine used by ServiceNow. When the event is shown in the log, it indicates the text index engine has run on some part, or all, of the system. It can be very useful when debugging the text search tool to ensure the indexer is running (section 9 in the link below.)
Administering Zing Text Search - ServiceNow Wiki
Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 02:35 AM
The text_index event is part of the global text search engine used by ServiceNow. When the event is shown in the log, it indicates the text index engine has run on some part, or all, of the system. It can be very useful when debugging the text search tool to ensure the indexer is running (section 9 in the link below.)
Administering Zing Text Search - ServiceNow Wiki
Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 06:36 AM
Hi Chuck,
In our instance the text_index events are not triggered on a consistent basis. I mean there are 7k text_index record on last Friday and no text_index events during weekends. Again there are 3k events on Monday.
I am not able to understand the difference in count. Any reason that you can think of? Also the Debug Text Search was never switched on.
Thanks and Regards,
Aswin Siddalingam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 06:40 AM
I would start by looking at the scheduled jobs and see if that corresponds to the times you are seeing in the logs.
Administering Zing Text Search - ServiceNow Wiki