SuggestResultValueOutput interface
搜索建议的值项。
属性
| @search. |
搜索引擎计算的搜索分数。 默认情况下,结果按搜索分数排序。 |
| @search. |
包含关键字作为前缀的目标文本。 关键字用强调标记包装。 |
| asset |
资产的资产类型。 |
| classification | 记录的分类。 |
| contact | 资产的联系人。 |
| create |
记录的创建时间。 Unix 纪元格式。 |
| description | 资产的描述。 |
| endorsement | 资产背书。 |
| entity |
资产的类型名称。 |
| glossary | 术语的术语表名称。 |
| glossary |
术语的类型名称。 可以是 AtlasGlossary、AtlasGlossaryTerm 或 AtlasGlossaryCategory。 |
| id | 记录的 GUID。 |
| label | 资产的标签。 |
| long |
术语的定义。 |
| name | 记录的名称。 |
| object |
记录的对象类型。 对象类型是用于区分记录是资产还是术语的顶级属性。 |
| owner | 记录的所有者。 |
| qualified |
记录的限定名称。 |
| term | 分配给资产的术语。 |
| term |
术语的状态。 |
| term |
术语使用的术语模板名称。 |
| update |
记录的上次更新时间。 Unix 纪元格式。 |
属性详细信息
@search.score
搜索引擎计算的搜索分数。 默认情况下,结果按搜索分数排序。
@search.score?: number
属性值
number
@search.text
包含关键字作为前缀的目标文本。 关键字用强调标记包装。
@search.text?: string
属性值
string
assetType
资产的资产类型。
assetType?: string[]
属性值
string[]
classification
记录的分类。
classification?: string[]
属性值
string[]
contact
createTime
记录的创建时间。 Unix 纪元格式。
createTime?: number
属性值
number
description
资产的描述。
description?: string
属性值
string
endorsement
资产背书。
endorsement?: string[]
属性值
string[]
entityType
资产的类型名称。
entityType?: string
属性值
string
glossary
术语的术语表名称。
glossary?: string
属性值
string
glossaryType
术语的类型名称。 可以是 AtlasGlossary、AtlasGlossaryTerm 或 AtlasGlossaryCategory。
glossaryType?: string
属性值
string
id
记录的 GUID。
id?: string
属性值
string
label
资产的标签。
label?: string[]
属性值
string[]
longDescription
术语的定义。
longDescription?: string
属性值
string
name
记录的名称。
name?: string
属性值
string
objectType
记录的对象类型。 对象类型是用于区分记录是资产还是术语的顶级属性。
objectType?: string
属性值
string
owner
记录的所有者。
owner?: string
属性值
string
qualifiedName
记录的限定名称。
qualifiedName?: string
属性值
string
term
termStatus
术语的状态。
termStatus?: string
属性值
string
termTemplate
术语使用的术语模板名称。
termTemplate?: string[]
属性值
string[]
updateTime
记录的上次更新时间。 Unix 纪元格式。
updateTime?: number
属性值
number