Interface: SearchResult
Search operation result.Properties
| Property | Type | Required | Description |
|---|---|---|---|
docs | QueryResultDocumentInfo[] | Yes | Matching documents ordered by similarity score. |
query | string | Yes | The original search query. |
indexName | string | No | Name of the index that was searched. |
timeTakenInMs | number | No | Time taken to execute the search in milliseconds. |