SearchResponse constructor
SearchResponse({
- ResponseDebugInfo? debugInfo,
- ErrorInfo? errorInfo,
- List<
FacetResult> ? facetResults, - bool? hasMoreResults,
- QueryInterpretation? queryInterpretation,
- String? resultCountEstimate,
- String? resultCountExact,
- ResultCounts? resultCounts,
- List<
SearchResult> ? results, - List<
SpellResult> ? spellResults, - List<
StructuredResult> ? structuredResults,
Implementation
SearchResponse({
this.debugInfo,
this.errorInfo,
this.facetResults,
this.hasMoreResults,
this.queryInterpretation,
this.resultCountEstimate,
this.resultCountExact,
this.resultCounts,
this.results,
this.spellResults,
this.structuredResults,
});