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

New Word Management

Provides functionality to register new coined words, modify or delete existing new words, and look up the list of registered new words. This enables efficient management of new words.


Key Features

  • You can look up the list of registered new words, or register/modify/delete them.

Process Definition

1

New Word Management (Screen)

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

2

API Server Call

Calls the BO-API server

  • Lookup: Calls new word list lookup and synonym count lookup

  • Save: Calls new word save / modify / delete

API Function List

API
Description
Server
Method
Remarks

New Word Save/Modify/Delete

Registers, modifies, and deletes new word information.

BO

post

New Word List Lookup

You can look up the new word status.

BO

get

New Word Count Lookup

You can look up the number of registered new words.

BO

get

User Configuration Screen