I just verified with your new patch. All tests pass. On Tue, Apr 15, 2008 at 11:17 PM, Yonik Seeley (JIRA) <[EMAIL PROTECTED]> wrote:
> > [ > https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Yonik Seeley updated SOLR-486: > ------------------------------ > > Attachment: SOLR-486.patch > > OK, latest changes. > - SimpleOrderedMap type preserved (and I fixed some other recent code that > accidentally used NamedList instead of SimpleOrderedMap). > - changed resolver interface to pass codec > > > I guess one test is failing in TestDistributedSearch > > Are you still seeing this? > > > 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. > > -- Regards, Shalin Shekhar Mangar.