ValueSearchConfigタイプを使用するリクエストを発行して、値検索問合せを作成します。 ValueSearchConfig type.
そのフォーマットで指定されたValueSearchConfigのパラメータを使用します。
大まかには、100より多い結果が含まれる可能性があるデータ・ドメイン内のレコード属性の場合、<RestrictToProperties>およびMaxPerProperty属性を使用すると、コーパスから返される結果の制御に役立ちます。これらの制御を使用しないと、対話Webサービスから結果として返されるレスポンスのサイズによって、フロントエンド・アプリケーションとOracle Endeca Server間のレスポンス時間が遅くなる可能性があります。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.endeca.com/MDEX/conversation/2/0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:typ="http://www.endeca.com/MDEX/lql_parser/types"> <soapenv:Header/> <soapenv:Body> <ns:Request> <ns:State> </ns:State> <ns:Operator/> <ns:ContentElementConfig Id="ValueSearchConfig" xsi:type="ns:ValueSearchConfig" HandlerNamespace="http://www.endeca.com/MDEX/conversation/2/0" HandlerFunction="ValueSearchHandler" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" MaxPerProperty="5" RelevanceRankingStrategy="static (nbins,descending)" Mode="Any" Language="en"> <ns:SearchTerm>26</ns:SearchTerm> <ns:RestrictToProperties> <ns:Property>ProductCategory</ns:Property> <ns:Property>BikeRacks</ns:Property> </ns:RestrictToProperties> </ns:ContentElementConfig> <ns:PassThrough /> </ns:Request> </soapenv:Body> </soapenv:Envelope>