グローバル構成レコード(GCR)には、Endecaデータ・ドメインのグローバル構成設定が格納されます。
GCRでは、ワイルドカード検索の有効化、検索文字、マージ・ポリシーおよびスペリング修正設定について構成されます。プロパティとそのデフォルト値の詳細は、Oracle Endeca Server開発者ガイドを参照してください。
<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>このリクエストを手動で実行するか、またはWeb Services Clientを使用してグラフの一部として実行できます。
<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>
このファイルは、テキスト・エディタで作成できます。