ISemanticSearchResultItem
Home > @gooddata/sdk-model > ISemanticSearchResultItem
ISemanticSearchResultItem interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A single search result returned by semantic search.
Signature:
export interface ISemanticSearchResultItem
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(BETA) (Optional) The creation date of the found metadata object | ||
string |
(BETA) (Optional) The description of the found metadata object | ||
string |
(BETA) The identifier of the found metadata object | ||
string |
(BETA) (Optional) The last modification date of the found metadata object | ||
number |
(BETA) (Optional) Overall similarity score of the found item. Larger is more similar. | ||
number |
(BETA) (Optional) Description score of the found item. | ||
number |
(BETA) (Optional) 1000 if the found item is an exact match, 0 otherwise. | ||
number |
(BETA) (Optional) Title score of the found item. | ||
string[] |
(BETA) (Optional) The tags of the found metadata object | ||
string |
(BETA) The title of the found metadata object | ||
(BETA) The type of the found metadata object | |||
string |
(BETA) (Optional) Represents the type of chart for visualization objects | ||
string |
(BETA) The identifier of the workspace where the found metadata object is located |