Reference
One or more IDOL document references for the document that you want to summarize. Separate multiple references with a plus (+) or a space.
You must percent-encode document references to ensure that any reserved characters that are part of a reference are not interpreted as action syntax. If you send HTTP requests using the content-type application/x-www-form-urlencoded
you must percent-encode all parameter values, meaning that document references are percent-encoded twice.
If you have the following two references:
-
http://www.example.com/?script.pl&query=test
-
http://www.example.com/?script.pl&query=cat+dog
Percent-encode each reference:
http%3A%2F%2Fwww%2Eexample%2Ecom%2F%3Fscript%2Epl%26query%3Dtest
http%3A%2F%2Fwww%2Eexample%2Ecom%2F%3Fscript%2Epl%26query%3Dcat%2Bdog
Separate the two references with a plus symbol:
http%3A%2F%2Fwww%2Eexample%2Ecom%2F%3Fscript%2Epl%26query%3Dtest+http%3A%2F%2Fwww%2Eexample%2Ecom%2F%3Fscript%2Epl%26query%3Dcat%2Bdog
If you send your HTTP request using the content-type application/x-www-form-urlencoded
, all parameter values must be percent-encoded. When Query Manipulation Server receives the request, the references must have been percent-encoded twice and the "+" separator must have been percent-encoded only once:
http%253A%252F%252Fwww%252Eexample%252Ecom%252F%253Fscript%252Epl%2526query%253Dtest%2Bhttp%253A%252F%252Fwww%252Eexample%252Ecom%252F%253Fscript%252Epl%2526query%253Dcat%252Bdog
Actions: | ModelSummarize |
Type: | String |
Default: | |
Required: | Yes |
Example: | Reference=http%253A%252F%252Fwww%252Eexample%252Ecom%252F%253Fscript%252Epl%2526query%253Dtest%2B
In this example, QMS returns summaries of the documents that have the reference http://www.example.com/?script.pl&query=test and http://www.example.com/?script.pl&query=cat+dog .
|
See Also: |