You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/06/24 17:33:04 UTC

[jira] [Resolved] (SOLR-7651) Add a smile response writer

     [ https://issues.apache.org/jira/browse/SOLR-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul resolved SOLR-7651.
------------------------------
       Resolution: Fixed
    Fix Version/s: Trunk
                   5.3

> Add a smile response writer
> ---------------------------
>
>                 Key: SOLR-7651
>                 URL: https://issues.apache.org/jira/browse/SOLR-7651
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 5.3, Trunk
>
>         Attachments: Perftest_SMILE.patch, SOLR-7651.patch, SOLR-7651.patch
>
>
> The only binary option that we have today is {{javabin}} which has no other language support other than Java
> By adding smile , we get an equally efficient format which non-java languages can leverage right away. 
> http://wiki.fasterxml.com/SmileFormat
> payload size for a 10 document response are given below and it shows that it is almost as frugal as javabin
> {noformat}
> javabin	2346
> smile	2348
> msgPack	3751
> json	4549
> bson	4854
> {noformat}
>   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org