Skip to content

@inferedge/moss v1.0.0-beta.1


@inferedge/moss / ScoredItem

Interface: ScoredItem

Item with similarity score from search results.

Extends

Properties

id

id: string | number

Unique identifier within the index.

Example

ts
"doc-001", 42

Inherited from

Item.id


score

score: number

Similarity score (0-1, higher = more similar).


text

text: string

Text content to be indexed and made searchable.

Example

ts
"Introduction to machine learning algorithms"

Inherited from

Item.text