@inferedge/moss / SearchResult
Interface: SearchResult
Search operation result.
Properties
docs
docs:
QueryResultDocumentInfo[]
Matching documents ordered by similarity score.
query
query:
string
The original search query.
indexName?
optionalindexName:string
Name of the index that was searched.
timeTakenInMs?
optionaltimeTakenInMs:number
Time taken to execute the search in milliseconds.