For the complete documentation index, see llms.txt. This page is also available as Markdown.

Synonym Management

Provides efficient management of synonyms used in search. When a match occurs in the search engine, the corresponding synonym item is given priority exposure in the search results.


Key Features

  • You can look up the list of registered synonyms.

  • You can register new synonyms, or modify and delete them.

Process Definition

1

Synonym Management

On the Products > Search Term Management > Synonym Management page, click the lookup and save buttons

2

API Server Call

  • Lookup: Calls synonym list lookup and synonym count lookup

  • Save: Calls synonym save / modify / delete

API Function List

API
Description
Server
Method
Remarks

Synonym Save/Modify/Delete

Registers, modifies, and deletes synonym information.

BO

post

Synonym List Lookup

You can look up the synonym status.

BO

get

Synonym Count Lookup

You can look up the number of registered synonyms.

BO

get

User Configuration Screen