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

Noble Paul updated SOLR-7651:
-----------------------------
    Description: 
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}
  

  was:
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

My tests with a 10 document response show that it is almost as frugal as javabin


{noformat}
javabin 2346
smile   2348
msgPack 3751
json    4549
bson    4854
{noformat}
  


> 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
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to