public class SearchSettings
extends com.ibm.cloud.sdk.core.service.model.GenericModel
**Note:** Search settings are not supported in **Import skills** requests, and are not included in **Export skills** responses.
Modifier and Type | Class and Description |
---|---|
static class |
SearchSettings.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
SearchSettingsClientSideSearch |
clientSideSearch()
Gets the clientSideSearch.
|
SearchSettingsConversationalSearch |
conversationalSearch()
Gets the conversationalSearch.
|
SearchSettingsDiscovery |
discovery()
Gets the discovery.
|
SearchSettingsElasticSearch |
elasticSearch()
Gets the elasticSearch.
|
SearchSettingsMessages |
messages()
Gets the messages.
|
SearchSettings.Builder |
newBuilder()
New builder.
|
SearchSettingsSchemaMapping |
schemaMapping()
Gets the schemaMapping.
|
SearchSettingsServerSideSearch |
serverSideSearch()
Gets the serverSideSearch.
|
public SearchSettings.Builder newBuilder()
public SearchSettingsDiscovery discovery()
Configuration settings for the Watson Discovery service instance used by the search integration.
public SearchSettingsMessages messages()
The messages included with responses from the search integration.
public SearchSettingsSchemaMapping schemaMapping()
The mapping between fields in the Watson Discovery collection and properties in the search response.
public SearchSettingsElasticSearch elasticSearch()
Configuration settings for the Elasticsearch service used by the search integration. You can provide either basic auth or apiKey auth.
public SearchSettingsConversationalSearch conversationalSearch()
Configuration settings for conversational search.
public SearchSettingsServerSideSearch serverSideSearch()
Configuration settings for the server-side search service used by the search integration. You can provide either basic auth, apiKey auth or none.
public SearchSettingsClientSideSearch clientSideSearch()
Configuration settings for the client-side search service or server-side search service used by the search integration.
Copyright © 2024 IBM Cloud. All rights reserved.