humlab-sead / sead_query_api

.NET Core port of Query SEAD API
Other
2 stars 0 forks source link

Disable FullCategoryCounts in result Load for "map" results #130

Closed roger-mahler closed 5 months ago

roger-mahler commented 7 months ago

When generating data from a "map" result load, the SEAD Query API computes category counts for both filtered and unfiltered data for the current target facet. This extra paytload data is sent to the client in the "Payload" JSON key. The unfiltered "FullCategoryCount" can be very large.

Since the client currently don't use the "FullCategoryCount" data it is unnecessary to compute and deliver this data set, and a "null" value should be delivered instead.

image