- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 07:02 AM
Hello!
I added the Application Services table to the Configuration Item text search group. When I search for ServiceNow I get this message.
Do you guys have any idea why this message appears for ServiceNow. This word is not included in the Stop Words list.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2021 03:15 AM
After making changes to the stop words list, you will likely need to regenerate the text index as explained here. I would recommend doing it outside the business hours for two reasons:
- Search may not work while the text index is being regenerated
- System performance may be impacted if your table is very large
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
06-28-2021 07:11 AM
This typically happens when your query only contains stop words. Perhaps "ServiceNow" is on the stop words list in your instance.
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
06-29-2021 10:46 PM
Hi Slava,
It was not included in the Stop Words (ts_stop) but in the Index Stop Word (ts_index_stop). The comment for the 'ServiceNow' Index Stop Word record is "Automatically generated stop word since index frequency, 25XXXX, exceeds automated stop threshold: 250,000".
I have the option to tag this as Not a Stop Word. Would this cause performance issue if I tag 'ServiceNow' as not a stop word?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2021 03:15 AM
After making changes to the stop words list, you will likely need to regenerate the text index as explained here. I would recommend doing it outside the business hours for two reasons:
- Search may not work while the text index is being regenerated
- System performance may be impacted if your table is very large
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
06-30-2021 03:21 AM
Thank you.