Re: Pagination with streaming expressions

2019-05-02 Thread Joel Bernstein
There is an open ticket which deals with this: https://issues.apache.org/jira/browse/SOLR-12209 I've been very focused though on anything that enhances the Solr Math Expressions or has been needed for the Fusion SQL engine, which is what I work on at LucidWorks. SOLR-12209 doesn't fall into that

Re: Pagination with streaming expressions

2019-05-01 Thread Erick Erickson
This sounds like an XY problem. You’re asking now to paginate, but not explaining the problem you want to solve with paginating. I don’t immediately see what purpose paginating serves here. What significance does a page have to do with the gatherNodes? How use would the _user_ have with these r

Pagination with streaming expressions

2019-05-01 Thread Pratik Patel
Hello Everyone, Is there a way to paginate the results of Streaming Expression? Let's say I have a simple gatherNodes function which has count operation at the end of it. I can sort by the count fine but now I would like to be able to select specific sub set of result based on pagination paramete