If I have a solr with millions of documents, and a query results in maybe 100000 hits, is there any way to get facet information for only the first 1000 hits (for example) for that query?
I googled and found a question from 11 years ago (https://solr-user.lucene.apache.narkive.com/AtnCbPV0/getting-facet-counts-for-10-000-most-relevant-hits#selection:3.655.119), but the links there are not working any longer. I guess I could fetch the 1000 documents and extract the documents on the client side, but I'd avoid that if solr could do it for me. Thanks, /Noah -- Noah Torp-Smith (n...@dbc.dk)