ukwa / ukwa-ui

A new user interface for the UK Web Archive
BSD 3-Clause "New" or "Revised" License
0 stars 6 forks source link

Search results informing user what they've got #255

Open jasonwebber-bl opened 4 years ago

jasonwebber-bl commented 4 years ago

On the search screen the users are informed what is contained in their search:

xxxxxxxx pages in xxxxxxx websites between DDMMYY and DDMMYY

I realise the terms 'page' and 'website' might be problematic

image

anjackson commented 4 years ago

Not sure how easy this is to pull off. Might be best implemented as a second query that uses the JSON Facets API Stats functions. This would run the same query with no facets, and instead use the clever hll (HyperLogLog) function to estimate the number of unique URLs and Hosts.