構成Webサービスを使用して、属性グループを作成できます。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.endeca.com/MDEX/config/services/types/3/0" xmlns:ns1="http://www.endeca.com/MDEX/config/XQuery/2009/09"> <soapenv:Header/> <soapenv:Body> <ns:configTransaction> <ns:putGroups> <ns1:group key="Ratings" displayName="Product Ratings"> <mdex-property_Key>PriceRange</mdex-property_Key> <mdex-property_Key>ReviewScore</mdex-property_Key> <mdex-property_Key>Designation</mdex-property_Key> </ns1:group> </ns:putGroups> </ns:configTransaction> </soapenv:Body> </soapenv:Envelope>
グループ名(key属性)にはNCName書式を使用する必要があることに注意してください。
Endecaデータ・ドメインで属性グループを作成する手順: