Update search index configuration
put
/gsadmin/v1/{appName}/searchIndexConfig
Updates search index configuration of the specified application.
Request
Supported Media Types
- application/json
- application/zip
Path Parameters
- appName
-
Type:
string
Required:true
Specifies the name of your application, for example, Discover.
Body Parameter
The request body represents the updated search index configuration.
Root Schema : SearchIndexConfig
Type:
object
Represents an application's search index configuration.
- defaultLocale
-
Type:
string
Specifies the default locale to use when none is provided. - ecr:createDate
-
Type:
string
- ecr:lastModified
-
Type:
string
- ecr:lastModifiedBy
-
Type:
string
- ecr:type
-
Type:
string
Default Value:search-index-config
- isWildcardEnabledInDimensionSearch
-
Type:
boolean
Indicates that a query can contain a wildcard character (*) to match against fragments of words in a dimension value. - locales
-
Type:
array
localesAdditional Properties Allowed:Specifies the additional locales that can be supported. - spellingDictMaxWordLength
-
Type:
integer
Specifies the maximum length of a word that should be included in the spelling dictionary. Applies to both dimension search and record search. - spellingDictMinNumWordOccurrences
-
Type:
integer
Specifies the minimum number of times the word must appear in the source data before the word should be included in the spelling dictionary. - spellingDictMinWordLength
-
Type:
integer
Specifies the minimum character length for a word to be included in the spelling dictionary. This setting applies to both dimension search and record search.
Nested Schema : locales
Security
- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
202 Response
Search index config successfully updated.
Body
Root Schema : Response
Type:
object
- message
-
Type:
string
- status
-
Type:
integer
(int32
)