Constructors
constructor
- new Result(res: any[], hasContent: boolean, query: string, hasPayload?: boolean, duration?: number, snippets?: S): Result
-
Parameters
-
res: any[]
-
hasContent: boolean
-
query: string
-
Default value hasPayload: boolean = false
-
Default value duration: number = 0
-
Optional snippets: S
Properties
duration
duration: number
Represents the result of a search query, and has an array of Document objects