The Global Configuration Record (GCR) stores global configuration settings for the Endeca data domain.
The GCR sets the configuration for wildcard search enablement, search characters, merge policy, and spelling correction settings. A full description of its properties and their default values is available in the Oracle Endeca Server Developer's Guide.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ingest="http://www.endeca.com/MDEX/ingest/2/0"> <soapenv:Header/> <soapenv:Body> <ingest:updateSpellingDictionaries> <ingest:OuterTransactionId>txId</ingest:OuterTransactionId> </ingest:updateSpellingDictionaries> </soapenv:Body> </soapenv:Envelope>You can run this request manually or use a Web Services Client to run it as part of a graph.
<mdex:record> <mdex-config_Key>global</mdex-config_Key> <mdex-config_EnableValueSearchWildcard>true</mdex-config_EnableValueSearchWildcard> <mdex-config_MergePolicy>aggressive</mdex-config_MergePolicy> <mdex-config_SearchChars>+_</mdex-config_SearchChars> <mdex-config_SpellingRecordMinWordOccur>2</mdex-config_SpellingRecordMinWordOccur> <mdex-config_SpellingRecordMinWordLength>4</mdex-config_SpellingRecordMinWordLength> <mdex-config_SpellingRecordMaxWordLength>24</mdex-config_SpellingRecordMaxWordLength> <mdex-config_SpellingDValMinWordOccur>5</mdex-config_SpellingDValMinWordOccur> <mdex-config_SpellingDValMinWordLength>3</mdex-config_SpellingDValMinWordLength> <mdex-config_SpellingDValMaxWordLength>20</mdex-config_SpellingDValMaxWordLength> </mdex:record>
You can create the file in a text editor.