SearchApplication constructor

SearchApplication({
  1. List<DataSourceRestriction>? dataSourceRestrictions,
  2. List<FacetOptions>? defaultFacetOptions,
  3. SortOptions? defaultSortOptions,
  4. String? displayName,
  5. bool? enableAuditLog,
  6. String? name,
  7. List<String>? operationIds,
  8. QueryInterpretationConfig? queryInterpretationConfig,
  9. bool? returnResultThumbnailUrls,
  10. ScoringConfig? scoringConfig,
  11. 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,
});