/AWS1/CL_KNDFEATDRSLTSSETSUMM¶
Summary information for a set of featured results. Featured results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_featuredresultssetid TYPE /AWS1/KNDFEATUREDRESULTSSETID /AWS1/KNDFEATUREDRESULTSSETID¶
The identifier of the set of featured results.
iv_featuredresultssetname TYPE /AWS1/KNDFEATDRESULTSSETNAME /AWS1/KNDFEATDRESULTSSETNAME¶
The name for the set of featured results.
iv_status TYPE /AWS1/KNDFEATDRESULTSSETSTATUS /AWS1/KNDFEATDRESULTSSETSTATUS¶
The current status of the set of featured results. When the value is
ACTIVE, featured results are ready for use. You can still configure your settings before setting the status toACTIVE. You can set the status toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.
iv_lastupdatedtimestamp TYPE /AWS1/KNDLONG /AWS1/KNDLONG¶
The Unix timestamp when the set of featured results was last updated.
iv_creationtimestamp TYPE /AWS1/KNDLONG /AWS1/KNDLONG¶
The Unix timestamp when the set of featured results was created.
Queryable Attributes¶
FeaturedResultsSetId¶
The identifier of the set of featured results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREDRESULTSSETID() |
Getter for FEATUREDRESULTSSETID, with configurable default |
ASK_FEATUREDRESULTSSETID() |
Getter for FEATUREDRESULTSSETID w/ exceptions if field has n |
HAS_FEATUREDRESULTSSETID() |
Determine if FEATUREDRESULTSSETID has a value |
FeaturedResultsSetName¶
The name for the set of featured results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREDRESULTSSETNAME() |
Getter for FEATUREDRESULTSSETNAME, with configurable default |
ASK_FEATUREDRESULTSSETNAME() |
Getter for FEATUREDRESULTSSETNAME w/ exceptions if field has |
HAS_FEATUREDRESULTSSETNAME() |
Determine if FEATUREDRESULTSSETNAME has a value |
Status¶
The current status of the set of featured results. When the value is
ACTIVE, featured results are ready for use. You can still configure your settings before setting the status toACTIVE. You can set the status toACTIVEorINACTIVEusing the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured results set for each index, whether the status isACTIVEorINACTIVE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
LastUpdatedTimestamp¶
The Unix timestamp when the set of featured results was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP has a value |
CreationTimestamp¶
The Unix timestamp when the set of featured results was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP, with configurable default |
ASK_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP w/ exceptions if field has no v |
HAS_CREATIONTIMESTAMP() |
Determine if CREATIONTIMESTAMP has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FEATUREDRESULTSSETSUMMITEMS¶
TYPES TT_FEATUREDRESULTSSETSUMMITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDFEATDRSLTSSETSUMM WITH DEFAULT KEY
.