Zing text indexing and search engine
Index and search record data by table.
The ServiceNow® Zing text indexing and search engine is a legacy search engine that you can use to search ServiceNow AI Platform® record data. Its engine is created entirely with ServiceNow code and implemented within the relational model.
Note: To learn about the AI Search engine, which is the default search engine for ServiceNow AI Platform record data, see AI Search.
The Zing text search index is split into multiple database shards for parallel querying. Its search engine logic yields fast results and emphasizes relevancy scoring. Relevancy scores include frequency and proximity weighting. Scores also include weighting for specific indexed fields such as title, short description, and metadata.
Zing provides type-ahead search suggestions and Did you mean: global search suggestions.
Administrators and users with the ts_admin role can configure the following Zing text search settings:
- match relevance
- relevancy field weights for each indexed table
- global stop words
- stop words for each index
- synonym dictionaries for each table
- tables with attachment indexing
- Features of Zing text indexing and search engine
Enable and configure Zing text indexing and search engine features. - Available search options
Zing offers users several search interfaces and search operators to conduct text searches. - Global search finds records from multiple tables
Search multiple record types from a single search field. - Zing generates search results in four phases
Generate search results by dividing documents among shards, searching shard documents, scoring shard documents, and merging scores into an index. - Zing filters search results with access controls
Zing filters search results to only display records the user can access. - Zing computes document scores using three components
The Zing search engine computes document scores based on the frequency, sequence, and weight of search terms in the document. - Zing indexes words
Index documents by dividing them into words. Depending on the languages your instance supports, a word may be a single character such as a Chinese or Japanese pictogram or a sequence of characters separated by spaces such as with Latin, Arabic, and Pinyin languages. - Zing can include attachments in search results
Search content from attachments on indexed tables. Display attachments for search results from the Knowledge [kb_knowledge] table. - Zing removes stop words from queries
Remove common words from search queries that don't produce meaningful results. - Zing matches derived words with stemming
Convert any multiple-character search keyword to its stem form to find derived versions of the word. - Zing can expand search results with synonyms
Expand search results to include additional search terms. - Zing displays search suggestions as users enter search terms
Display possible search query completions as users enter search terms. - Installed with Zing
Several types of components are installed with Zing.
Parent Topic:Search administration