Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moss.dev/llms.txt

Use this file to discover all available pages before exploring further.

@moss-dev/moss / SearchResult

Interface: SearchResult

Search operation result.

Properties

PropertyTypeDescription
docsQueryResultDocumentInfo[]Matching documents ordered by similarity score.
querystringThe original search query.
indexName?stringName of the index that was searched.
timeTakenInMs?numberTime taken to execute the search in milliseconds.