{
"header": {
"queryParams": {
"aggrType": "<string>",
"modelId": "<string>",
"rows": 123,
"collection": "<string>",
"aggrRows": 123,
"q": "<string>",
"fq": [
"<string>"
],
"docId": "<string>",
"userId": "<string>",
"debug": false,
"shinglesLimit": 123,
"termsLimit": 123,
"rollupField": "<string>",
"rollupWeightField": "<string>",
"rollupWeightStrategy": "sum"
},
"totalTime": 123
},
"items": [
{
"query": "<string>",
"weight": 123
}
],
"debugInfo": {
"aggrTime": 123,
"queryTime": 123,
"solrParams": {}
}
}
This finds the top queries that led users to a particular item. The response is a list of query terms and their respective weights
{
"header": {
"queryParams": {
"aggrType": "<string>",
"modelId": "<string>",
"rows": 123,
"collection": "<string>",
"aggrRows": 123,
"q": "<string>",
"fq": [
"<string>"
],
"docId": "<string>",
"userId": "<string>",
"debug": false,
"shinglesLimit": 123,
"termsLimit": 123,
"rollupField": "<string>",
"rollupWeightField": "<string>",
"rollupWeightStrategy": "sum"
},
"totalTime": 123
},
"items": [
{
"query": "<string>",
"weight": 123
}
],
"debugInfo": {
"aggrTime": 123,
"queryTime": 123,
"solrParams": {}
}
}
The name of a specific collection
The document ID
The number of items to return
The type of aggregation
successful operation
The response is of type object
.
Was this page helpful?