[
https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603475#action_12603475
]
Noble Paul commented on SOLR-486:
---------------------------------
I debugged through the problems
yonik: NamedlistCodec is agnostic of the request params. So wherever it has to
write SolrDocumentList or SolrDocument it writes down whatever is available.
Cases where the maxScore is not asked for and the value is present in
SolrDocumentList it is writtten down.
May be we should ignore it if 'maxScore' is available without being asked for
'id' are also written down in the same fashion.
Should it be handed over to _BinaryResponseWriter_ to write the values so that
the context is available?
> Support binary formats for QueryresponseWriter
> ----------------------------------------------
>
> Key: SOLR-486
> URL: https://issues.apache.org/jira/browse/SOLR-486
> Project: Solr
> Issue Type: Improvement
> Components: clients - java, search
> Reporter: Noble Paul
> Assignee: Yonik Seeley
> Fix For: 1.3
>
> Attachments: SOLR-486.patch, SOLR-486.patch, SOLR-486.patch,
> SOLR-486.patch, SOLR-486.patch, SOLR-486.patch, SOLR-486.patch, SOLR-486.patch
>
>
> QueryResponse writer only allows text data to be written.
> So it is not possible to implement a binary protocol . Create another
> interface which has a method
> write(OutputStream os, SolrQueryRequest request, SolrQueryResponse response)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.