You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Michael Tracey <mt...@biblio.com> on 2019/02/12 16:54:34 UTC

Sort order, return the first 20 results, and the last 80 results

Hey all,  I'm interested returning 100 rows in a query, with a sort order on a tfloat field, but return the first 20 results, then the last 80 results.  I'd like to do this without two requests, to keep down requests per second.   Is there any way to do this in one query with function queries or another method?

Thanks, Michael