مشاركة عبر


SearchResultValueOutput interface

The value item of the search result.

الخصائص

@search.highlights

A highlight list that consists of index fields id ,qualifiedName, name, description, entityType. When the keyword appears in those fields, the value of the field, attached with emphasis mark, is returned as an element of @search.highlights.

@search.score

The search score calculated by the search engine. The results are ordered by search score by default.

assetType

The asset types of the asset.

classification

The classifications of the record.

contact

The contacts of the asset.

createTime

The create time of the record. The Unix epoch format.

description

The description of the asset.

endorsement

The endorsement of the asset.

entityType

The type name of the asset.

glossary

The glossary name of the term.

glossaryType

The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or AtlasGlossaryCategory.

id

The GUID of the record.

label

The labels of the asset.

longDescription

The definition of the term.

name

The name of the record.

objectType

The object type of the record. Object type is the top-level property to distinguish whether a record is an asset or a term.

owner

The owner of the record.

qualifiedName

The qualified name of the record.

term

The terms assigned to the asset.

termStatus

The status of the term.

termTemplate

The term template names used by the term.

updateTime

The last update time of the record. The Unix epoch format.

تفاصيل الخاصية

@search.highlights

A highlight list that consists of index fields id ,qualifiedName, name, description, entityType. When the keyword appears in those fields, the value of the field, attached with emphasis mark, is returned as an element of @search.highlights.

@search.highlights?: SearchHighlightsOutput

قيمة الخاصية

@search.score

The search score calculated by the search engine. The results are ordered by search score by default.

@search.score?: number

قيمة الخاصية

number

assetType

The asset types of the asset.

assetType?: string[]

قيمة الخاصية

string[]

classification

The classifications of the record.

classification?: string[]

قيمة الخاصية

string[]

contact

The contacts of the asset.

contact?: ContactSearchResultValueOutput[]

قيمة الخاصية

createTime

The create time of the record. The Unix epoch format.

createTime?: number

قيمة الخاصية

number

description

The description of the asset.

description?: string

قيمة الخاصية

string

endorsement

The endorsement of the asset.

endorsement?: string[]

قيمة الخاصية

string[]

entityType

The type name of the asset.

entityType?: string

قيمة الخاصية

string

glossary

The glossary name of the term.

glossary?: string

قيمة الخاصية

string

glossaryType

The type name of the term. Could be AtlasGlossary, AtlasGlossaryTerm or AtlasGlossaryCategory.

glossaryType?: string

قيمة الخاصية

string

id

The GUID of the record.

id?: string

قيمة الخاصية

string

label

The labels of the asset.

label?: string[]

قيمة الخاصية

string[]

longDescription

The definition of the term.

longDescription?: string

قيمة الخاصية

string

name

The name of the record.

name?: string

قيمة الخاصية

string

objectType

The object type of the record. Object type is the top-level property to distinguish whether a record is an asset or a term.

objectType?: string

قيمة الخاصية

string

owner

The owner of the record.

owner?: string

قيمة الخاصية

string

qualifiedName

The qualified name of the record.

qualifiedName?: string

قيمة الخاصية

string

term

The terms assigned to the asset.

term?: TermSearchResultValueOutput[]

قيمة الخاصية

termStatus

The status of the term.

termStatus?: string

قيمة الخاصية

string

termTemplate

The term template names used by the term.

termTemplate?: string[]

قيمة الخاصية

string[]

updateTime

The last update time of the record. The Unix epoch format.

updateTime?: number

قيمة الخاصية

number