次の方法で共有


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