Re: Limiting random results set with facets.

2020-05-12 Thread David Lukowski
sorted docs (no faceting) and the second with fq that includes the > ids of the returned 100 docs + faceting. > > On Tue, May 12, 2020 at 1:29 PM David Lukowski > wrote: > > > Thanks for the offer of help, this doesn't really seem like what I'm > > looking for thou

Re: Limiting random results set with facets.

2020-05-12 Thread David Lukowski
ith the correct facet counts? Thanks for looking, David On Mon, May 11, 2020 at 2:09 PM Srijan wrote: > If you can tag your filter query, you can exclude it when faceting. Your > results will honor the filter query and you will get the N results back, > and since faceting will exclude the fi

Limiting random results set with facets.

2020-05-11 Thread David Lukowski
I'm looking for a way if possible to run a query with random results, where I limit the number of results I want back, yet still have the facets accurately reflect the results I'm searching. When I run a search I use a filter query to randomize the results based on a modulo of a random seed. This