[
https://issues.apache.org/jira/browse/SOLR-16556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17638269#comment-17638269
]
Eric Pugh commented on SOLR-16556:
----------------------------------
Interesting patch! Can you share a bit more about the use case for this? In
general, for streaming, I mentally think that it's all about "Let me get lots
of records in one big batch"... You could I guess do this with a direct
search() right? with a start and rows parameters? Does using the pagination
to iteretively go through various chunks of the stream set turn out to be
really expensive? If I do start = 0, rows 3, and then start=3 rows, 3, do I
rerun the entire streaming expression? I appreciate you adding the docs...
Did you run the tidy gradle task for formatting?
> 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
> 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]