Skip to content

@moss-dev/moss-web v1.0.0


@moss-dev/moss-web / 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.