/AWS1/CL_KNDFEATUREDRESULTSSET¶
A set of featured results that are displayed at the top of your search 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_description TYPE /AWS1/KNDFEATDRESULTSSETDESC /AWS1/KNDFEATDRESULTSSETDESC¶
The description 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.
it_querytexts TYPE /AWS1/CL_KNDQUERYTEXTLIST_W=>TT_QUERYTEXTLIST TT_QUERYTEXTLIST¶
The list of queries for featuring results.
Specific queries are mapped to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the results. The exact match applies to the full query. For example, if you only specify 'Kendra', queries such as 'How does kendra semantically rank results?' will not render the featured results. Featured results are designed for specific queries, rather than queries that are too broad in scope.
it_featureddocuments TYPE /AWS1/CL_KNDFEATUREDDOCUMENT=>TT_FEATUREDDOCUMENTLIST TT_FEATUREDDOCUMENTLIST¶
The list of document IDs for the documents you want to feature at the top of the search results page. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
You can add up to four featured documents. You can request to increase this limit by contacting Support.
Specific queries are mapped to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the results. The exact match applies to the full query. For example, if you only specify 'Kendra', queries such as 'How does kendra semantically rank results?' will not render the featured results. Featured results are designed for specific queries, rather than queries that are too broad in scope.
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 |
Description¶
The description for the set of featured results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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 |
QueryTexts¶
The list of queries for featuring results.
Specific queries are mapped to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the results. The exact match applies to the full query. For example, if you only specify 'Kendra', queries such as 'How does kendra semantically rank results?' will not render the featured results. Featured results are designed for specific queries, rather than queries that are too broad in scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYTEXTS() |
Getter for QUERYTEXTS, with configurable default |
ASK_QUERYTEXTS() |
Getter for QUERYTEXTS w/ exceptions if field has no value |
HAS_QUERYTEXTS() |
Determine if QUERYTEXTS has a value |
FeaturedDocuments¶
The list of document IDs for the documents you want to feature at the top of the search results page. You can use the Query API to search for specific documents with their document IDs included in the result items, or you can use the console.
You can add up to four featured documents. You can request to increase this limit by contacting Support.
Specific queries are mapped to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the results. The exact match applies to the full query. For example, if you only specify 'Kendra', queries such as 'How does kendra semantically rank results?' will not render the featured results. Featured results are designed for specific queries, rather than queries that are too broad in scope.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREDDOCUMENTS() |
Getter for FEATUREDDOCUMENTS, with configurable default |
ASK_FEATUREDDOCUMENTS() |
Getter for FEATUREDDOCUMENTS w/ exceptions if field has no v |
HAS_FEATUREDDOCUMENTS() |
Determine if FEATUREDDOCUMENTS 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 |