[
https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603135#action_12603135
]
Noble Paul commented on SOLR-486:
---------------------------------
one test failed in distributed search results when I changed the the default
format to binary
{code:xml}
<testcase classname="org.apache.solr.TestDistributedSearch"
name="testDistribSearch" time="5.406">
<failure message=".response.maxScore:4321.0!=null"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
.response.maxScore:4321.0!=null
at
org.apache.solr.TestDistributedSearch.compareResponses(TestDistributedSearch.java:416)
at
org.apache.solr.TestDistributedSearch.query(TestDistributedSearch.java:192)
at
org.apache.solr.TestDistributedSearch.doTest(TestDistributedSearch.java:456)
at
org.apache.solr.TestDistributedSearch.testDistribSearch(TestDistributedSearch.java:427)
</failure>
</testcase>
{code}
I could not figure out the reason
> 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.