SearchRequest constructor
SearchRequest({
- List<
ContextAttribute> ? contextAttributes, - List<
DataSourceRestriction> ? dataSourceRestrictions, - List<
FacetOptions> ? facetOptions, - int? pageSize,
- String? query,
- QueryInterpretationOptions? queryInterpretationOptions,
- RequestOptions? requestOptions,
- SortOptions? sortOptions,
- int? start,
Implementation
SearchRequest({
this.contextAttributes,
this.dataSourceRestrictions,
this.facetOptions,
this.pageSize,
this.query,
this.queryInterpretationOptions,
this.requestOptions,
this.sortOptions,
this.start,
});