You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to get a result that is grouped by host-url. So we basically want a collapsed result list grouped by the host urls that contains the best n results for each host in this form:
host a [ resulta1, resulta2, resulta3,..., resultan]
host b [ resultb1, resultb2, resultb3,... resultbn]
....
Our question is if there is already an implementation that we can use or will we have to implement it ourselves? Are there maybe query parameters we can use for that?
Thanks!
The text was updated successfully, but these errors were encountered:
We are trying to get a result that is grouped by host-url. So we basically want a collapsed result list grouped by the host urls that contains the best n results for each host in this form:
host a [ resulta1, resulta2, resulta3,..., resultan]
host b [ resultb1, resultb2, resultb3,... resultbn]
....
Our question is if there is already an implementation that we can use or will we have to implement it ourselves? Are there maybe query parameters we can use for that?
Thanks!
The text was updated successfully, but these errors were encountered: