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:
stringRequired:trueSpecifies the name of your application, for example, Discover.
Body Parameter
The request body represents the updated search index configuration.
Root Schema : SearchIndexConfig
Type:
objectRepresents an application's search index configuration.
- defaultLocale
-
Type:
stringSpecifies the default locale to use when none is provided. - ecr:createDate
-
Type:
string - ecr:lastModified
-
Type:
string - ecr:lastModifiedBy
-
Type:
string - ecr:type
-
Type:
stringDefault Value:search-index-config - isWildcardEnabledInDimensionSearch
-
Type:
booleanIndicates that a query can contain a wildcard character (*) to match against fragments of words in a dimension value. - locales
-
Type:
arraylocalesAdditional Properties Allowed:Specifies the additional locales that can be supported. - spellingDictMaxWordLength
-
Type:
integerSpecifies the maximum length of a word that should be included in the spelling dictionary. Applies to both dimension search and record search. - spellingDictMinNumWordOccurrences
-
Type:
integerSpecifies 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:
integerSpecifies 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:
basicDescription: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)