[
https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605329#action_12605329
]
noble.paul edited comment on SOLR-486 at 6/16/08 9:13 AM:
----------------------------------------------------------
Another level of efficiency can be brought in by preloading the string table
with well known strings like responseHeader , QTime etc . That did not look
very elegant to me.
The sliding window approach is also good . But we do not have too many repeated
strings unless we use highlighting etc .
I guess this can go into trunk and give it enough time to 'settle' before the
release.
was (Author: noble.paul):
Another level of efficiency can be brought in by preloading the string
table with well known strings like responseHeader , QTime etc . That did not
look very elegant to me.
I guess this can go into trunk and give it enough time to 'settle' before the
release.
> 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, 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.