SourceConfigResponse

data class SourceConfigResponse(val crowdingConfig: SourceCrowdingConfigResponse, val scoringConfig: SourceScoringConfigResponse, val source: SourceResponse)

Configurations for a source while processing a Search or Suggest request.

Constructors

Link copied to clipboard
constructor(crowdingConfig: SourceCrowdingConfigResponse, scoringConfig: SourceScoringConfigResponse, source: SourceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The crowding configuration for the source.

Link copied to clipboard

The scoring configuration for the source.

Link copied to clipboard

The source for which this configuration is to be used.