Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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
Explore - Australia - Features of Search administration - Features of Zing text indexing and search engineSet up - Set global text search properties - Zing can include attachments in search results - Zing can expand search results with synonymsAdminister - Zing indexes words - Global search finds records from multiple tables - List search finds records from the current table
Use - Boolean operators allow conditional search results - Quotation marks allow exact phrase searches - Wildcard characters allow searching for patterns and variationsDevelop - Developer training - Developer documentation - Create synonym dictionariesTroubleshoot and get help - Ask or answer questions in the Platform forum - Search the Known Error Portal for known error articles - Contact Customer Service and Support

Parent Topic:Search administration