SearchApplication constructor
SearchApplication({
- List<
DataSourceRestriction> ? dataSourceRestrictions, - List<
FacetOptions> ? defaultFacetOptions, - SortOptions? defaultSortOptions,
- String? displayName,
- bool? enableAuditLog,
- String? name,
- List<
String> ? operationIds, - QueryInterpretationConfig? queryInterpretationConfig,
- bool? returnResultThumbnailUrls,
- ScoringConfig? scoringConfig,
- List<
SourceConfig> ? sourceConfig,
Implementation
SearchApplication({
this.dataSourceRestrictions,
this.defaultFacetOptions,
this.defaultSortOptions,
this.displayName,
this.enableAuditLog,
this.name,
this.operationIds,
this.queryInterpretationConfig,
this.returnResultThumbnailUrls,
this.scoringConfig,
this.sourceConfig,
});