[
https://issues.apache.org/jira/browse/SOLR-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649815#comment-17649815
]
Joel Bernstein commented on SOLR-16556:
---------------------------------------
[~mnrathod], I did a review of PagingStream this morning and it appears that it
will always return tuples starting from index 0:
https://github.com/apache/solr/blob/9b1058f003f5dcbbe30ee5a9a8d57fc3af847a5d/solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/PagingStream.java#L229
I'm assuming since the start parameter is part of the specification tuples
would start flowing from the start param. Let me know if I'm missing something
in the code.
The reording is useful but I think should be optional as in many cases you
would just want to page over an existing stream and skip the all the priority
queue logic.
> Solr stream expression: Implement Page Streaming Decorator to allow results
> to be displayed with pagination.
> ------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-16556
> URL: https://issues.apache.org/jira/browse/SOLR-16556
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: streaming expressions
> Reporter: Maulin
> Priority: Major
> Labels: Streamingexpression, decorator, paging
> Attachments: Page Decorator Performance Reading.xlsx
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Solr stream expression: Implement Page Streaming Decorator to allow results
> to be displayed with pagination.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]