Skip to content

/AWS1/CL_BDKRERNKMETSELIVEMD00

Configuration for selectively including or excluding metadata fields during the reranking process. This allows you to control which metadata attributes are considered when reordering search results.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_fieldstoinclude TYPE /AWS1/CL_BDKFIELDFORRERANKING=>TT_FIELDSFORRERANKING TT_FIELDSFORRERANKING

A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.

it_fieldstoexclude TYPE /AWS1/CL_BDKFIELDFORRERANKING=>TT_FIELDSFORRERANKING TT_FIELDSFORRERANKING

A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.


Queryable Attributes

fieldsToInclude

A list of metadata field names to explicitly include in the reranking process. Only these fields will be considered when reordering search results. This parameter cannot be used together with fieldsToExclude.

Accessible with the following methods

Method Description
GET_FIELDSTOINCLUDE() Getter for FIELDSTOINCLUDE, with configurable default
ASK_FIELDSTOINCLUDE() Getter for FIELDSTOINCLUDE w/ exceptions if field has no val
HAS_FIELDSTOINCLUDE() Determine if FIELDSTOINCLUDE has a value

fieldsToExclude

A list of metadata field names to explicitly exclude from the reranking process. All metadata fields except these will be considered when reordering search results. This parameter cannot be used together with fieldsToInclude.

Accessible with the following methods

Method Description
GET_FIELDSTOEXCLUDE() Getter for FIELDSTOEXCLUDE, with configurable default
ASK_FIELDSTOEXCLUDE() Getter for FIELDSTOEXCLUDE w/ exceptions if field has no val
HAS_FIELDSTOEXCLUDE() Determine if FIELDSTOEXCLUDE has a value