Preparing search index...
The search index is not available
@bloomreach/discovery-web-sdk
@bloomreach/discovery-web-sdk
<internal>
SearchResponseResponse
Interface SearchResponseResponse
Represents the response section of the search response.
interface
SearchResponseResponse
{
docs
?:
SearchResponseDoc
[]
;
maxScore
?:
number
;
numFound
?:
number
;
start
?:
number
;
}
Index
Properties
docs?
max
Score?
num
Found?
start?
Properties
Optional
docs
docs
?:
SearchResponseDoc
[]
Optional
max
Score
max
Score
?:
number
Optional
num
Found
num
Found
?:
number
Optional
start
start
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
docs
max
Score
num
Found
start
@bloomreach/discovery-web-sdk
Loading...
Represents the response section of the search response.