[
https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-12572:
--------------------------------
Description:
Reading docValues is relatively time-consuming operation in Solr.
In Export handler, we read the field values twice, if they are specified in
"sort" param and "fl" param seperately. We should reuse the field values
computed at "sorting" while outputting respective tuples/rows field values.
was:--- to be updated --
> Reuse fieldvalues computed while sorting at writing in ExportWriter
> -------------------------------------------------------------------
>
> Key: SOLR-12572
> URL: https://issues.apache.org/jira/browse/SOLR-12572
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: streaming expressions
> Reporter: Amrit Sarkar
> Assignee: Varun Thacker
> Priority: Minor
> Attachments: SOLR-12572.patch, SOLR-12572.patch
>
>
> Reading docValues is relatively time-consuming operation in Solr.
> In Export handler, we read the field values twice, if they are specified in
> "sort" param and "fl" param seperately. We should reuse the field values
> computed at "sorting" while outputting respective tuples/rows field values.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]