Interface: RowMatchDto
@kortexya/reasoninglayer / Row / RowMatchDto
Interface: RowMatchDto
Defined in: src/types/row.ts:55
A matched entity from a row search.
Properties
features
features:
Record<string,unknown>
Defined in: src/types/row.ts:57
All features of the entity.
id
id:
string
Defined in: src/types/row.ts:59
Entity ID.
similarity
similarity:
number
Defined in: src/types/row.ts:61
Similarity score (1.0 = exact match).
sortId
sortId:
string
Defined in: src/types/row.ts:63
Entity’s sort ID.
sortName
sortName:
string
Defined in: src/types/row.ts:65
Entity’s sort name.