The context to add to the query cooking path. Query Manipulation Server adds this context to the query that it sends to the cooker. The default value is abc
. This converts the following Query Manipulation Server action:
http://QMSHost:14000/action=query&text=dog&cook=my_cooker&querycookingarameters=full
to:
http://CookerHost:14500/abc/QueryCooker?name=my_cooker&userparams=full&query=dog
Action: | Query |
Type: | String |
Default: | abc |
Required: | No |
Example: | CookerContext=scripts/cookerscripts
In this example, Query Manipulation Server adds the context scripts/cookerscripts to the query that it forwards to the query cooker. |
See Also: |
|