GetSearchApplicationResult

data class GetSearchApplicationResult(val dataSourceRestrictions: List<DataSourceRestrictionResponse>, val defaultFacetOptions: List<FacetOptionsResponse>, val defaultSortOptions: SortOptionsResponse, val displayName: String, val enableAuditLog: Boolean, val name: String, val operationIds: List<String>, val queryInterpretationConfig: QueryInterpretationConfigResponse, val returnResultThumbnailUrls: Boolean, val scoringConfig: ScoringConfigResponse, val sourceConfig: List<SourceConfigResponse>)

Constructors

Link copied to clipboard
fun GetSearchApplicationResult(dataSourceRestrictions: List<DataSourceRestrictionResponse>, defaultFacetOptions: List<FacetOptionsResponse>, defaultSortOptions: SortOptionsResponse, displayName: String, enableAuditLog: Boolean, name: String, operationIds: List<String>, queryInterpretationConfig: QueryInterpretationConfigResponse, returnResultThumbnailUrls: Boolean, scoringConfig: ScoringConfigResponse, sourceConfig: List<SourceConfigResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Retrictions applied to the configurations. The maximum number of elements is 10.

Link copied to clipboard

The default fields for returning facet results. The sources specified here also have been included in data_source_restrictions above.

Link copied to clipboard

The default options for sorting the search results

Link copied to clipboard

Display name of the Search Application. The maximum length is 300 characters.

Link copied to clipboard

Indicates whether audit logging is on/off for requests made for the search application in query APIs.

Link copied to clipboard

The name of the Search Application. Format: searchapplications/{application_id}.

Link copied to clipboard

IDs of the Long Running Operations (LROs) currently running for this schema. Output only field.

Link copied to clipboard

The default options for query interpretation

Link copied to clipboard

With each result we should return the URI for its thumbnail (when applicable)

Link copied to clipboard

Configuration for ranking results.

Link copied to clipboard

Configuration for a sources specified in data_source_restrictions.