Skip to content

@inferedge/moss v1.0.0-beta.7


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