Partial update search index configuration
patch
                    /gsadmin/v1/{appName}/searchIndexConfig
Partial updates search index configuration of the specified application.
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    appName: string
                    
                    Specifies the name of your application. For example, "cloud".
 
The request body represents the partially updated search index configuration.
                
                
                
                Root Schema : SearchIndexConfig
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRepresents an application's search index configuration.
    
    
    
    
        Show Source
        - 
            defaultLocale(optional): 
            string
            Specifies the default locale to use when none is provided.
 - 
            ecr:createDate(optional): 
            string
            
 - 
            ecr:lastModified(optional): 
            string
            
 - 
            ecr:lastModifiedBy(optional): 
            string
            
 - 
            ecr:type(optional): 
            string
            Default Value:
search-index-config - 
            isWildcardEnabledInDimensionSearch(optional): 
            boolean
            Indicates that a query can contain a wildcard character (*) to match against fragments of words in a dimension value.
 - 
            locales(optional): 
            array  locales
            
            Specifies the additional locales that can be supported.
 - 
            spellingDictMaxWordLength(optional): 
            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(optional): 
            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(optional): 
            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
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arraySpecifies the additional locales that can be supported.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Security
                - 
                        basicAuth: basic
                        
                        Type:
basicDescription:Basic username/password authentication. 
Response
Supported Media Types
                - application/json
 
202 Response
Search index config successfully updated.