Delen via


SearchResultValueOutput interface

The value item of the search result.

Eigenschappen

@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.

Eigenschapdetails

@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

Waarde van eigenschap

@search.score

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

@search.score?: number

Waarde van eigenschap

number

assetType

The asset types of the asset.

assetType?: string[]

Waarde van eigenschap

string[]

classification

The classifications of the record.

classification?: string[]

Waarde van eigenschap

string[]

contact

The contacts of the asset.

contact?: ContactSearchResultValueOutput[]

Waarde van eigenschap

createTime

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

createTime?: number

Waarde van eigenschap

number

description

The description of the asset.

description?: string

Waarde van eigenschap

string

endorsement

The endorsement of the asset.

endorsement?: string[]

Waarde van eigenschap

string[]

entityType

The type name of the asset.

entityType?: string

Waarde van eigenschap

string

glossary

The glossary name of the term.

glossary?: string

Waarde van eigenschap

string

glossaryType

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

glossaryType?: string

Waarde van eigenschap

string

id

The GUID of the record.

id?: string

Waarde van eigenschap

string

label

The labels of the asset.

label?: string[]

Waarde van eigenschap

string[]

longDescription

The definition of the term.

longDescription?: string

Waarde van eigenschap

string

name

The name of the record.

name?: string

Waarde van eigenschap

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

Waarde van eigenschap

string

owner

The owner of the record.

owner?: string

Waarde van eigenschap

string

qualifiedName

The qualified name of the record.

qualifiedName?: string

Waarde van eigenschap

string

term

The terms assigned to the asset.

term?: TermSearchResultValueOutput[]

Waarde van eigenschap

termStatus

The status of the term.

termStatus?: string

Waarde van eigenschap

string

termTemplate

The term template names used by the term.

termTemplate?: string[]

Waarde van eigenschap

string[]

updateTime

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

updateTime?: number

Waarde van eigenschap

number