OrderByRecordCount属性は、問合せ時に絞込み順序を設定します。
<Request xmlns="http://www.endeca.com/MDEX/conversation/2/0"> <State/> <ContentElementConfig xsi:type="NavigationMenuConfig" Id="NavigationMenu" HandlerFunction="NavigationMenuHandler" HandlerNamespace="http://www.endeca.com/MDEX/conversation/2/0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RefinementGroupConfig Name="Wine Characteristics" Expose="true"> <RefinementConfig Name="WineType" Expose="true" OrderByRecordCount="true" MaximumCount="100" /> </RefinementGroupConfig> </ContentElementConfig> </Request>
この設定は、絞込みについてPDRのsystem-navigation_Sortingで指定できる絞込み順序の設定をオーバーライドします。