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

Search Ranking Management

Provides functionality to set the ranking priority (weight grade) for each indexed attribute in order to adjust the exposure ranking of search results when a specific search term is queried. By selecting attributes and assigning a ranking priority for the product, promotion, and event indexes, the search engine reflects the weight for that attribute when determining the display order.


Key Features

  • Ranking Policy List Lookup

    • You can look up registered ranking policies by site, ranking criteria (index), ranking priority, and use status conditions.

  • Ranking Policy Registration/Modification/Deletion

    • You can add, modify, and delete rows directly in the list grid, and apply them in bulk with the save button. (No separate popup)

  • Ranking Priority Grade Assignment

    • The weight for each attribute is selected as a ranking priority grade (common code PR073) rather than entered as a number.

  • Duplicate Attribute Prevention

    • Only one instance of the same ranking attribute can be registered for the same site, and duplication is validated upon registration.

Process Definition

1

Search Ranking Management

On the Products > Search Term Management > Search Ranking Management screen, look up the list of ranking policies.

2

Grid Row Editing

Use the register button to add a new row, or modify the ranking priority/use status of an existing row. When registering a new row, duplication of the attribute within the same site is validated.

3

API Server Call

When the save button is clicked, the additions/modifications/deletions are saved in bulk. (Lookup: Ranking list lookup / Save: Ranking information registration and modification / Validation: Attribute duplication check)

API Function List

API
Description
Server
Method
Remarks

Ranking Information Registration and Modification

This is an API for registering and modifying ranking information.

BO

POST

Ranking List Lookup

This is an API for looking up the list of ranking information.

BO

GET

Attribute Duplication Check

This is an API for checking whether the same attribute is already registered for the same site.

BO

GET

Terminology

Term
Description

Ranking Criteria (Index)

Managed under common code PR044 (Product, Promotion, Event)

Ranking Attribute

Managed under common code PR045 — the selectable attributes differ by index (product name, wishlist count, discount rate, etc.)

Ranking Priority

Managed under common code PR073 — weight grade (Normal, Very High, etc.). Converted to a weight value by grade and applied when saved

User Configuration Screen