[
https://issues.apache.org/jira/browse/SOLR-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14581952#comment-14581952
]
Noble Paul commented on SOLR-7662:
----------------------------------
As I'm doing this refactoring I notice a few discrepancies in the way the
javabin and Text response writers
* javabin returns the primitive types of the fields while the text based
writers return a IndexableField/StorableFIeld depends on whether you are in
branch 5x or trunk
* javabin returns only the requested fields while text response writers get all
the fields
This was fine till transformers were introduced. Transformers have to be
conscious of these differences and should be coded accordingly . We need to
standardize these .
> Refactor the DocList writing to a common class
> ----------------------------------------------
>
> Key: SOLR-7662
> URL: https://issues.apache.org/jira/browse/SOLR-7662
> Project: Solr
> Issue Type: Sub-task
> Reporter: Noble Paul
> Assignee: Noble Paul
> Priority: Minor
> Attachments: SOLR-7662.patch
>
>
> The code for streaming DocList is replicated in many response writers .
> Refactor it into a single place and re-use everywhere
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]