You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/01/03 10:59:44 UTC

[jira] Updated: (SOLR-865) Support document updates in binary format

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

Noble Paul updated SOLR-865:
----------------------------

    Attachment: SOLR-865.patch

* A new UpdateHandler called BinaryUpdateRequestHandler
* A codec for UpdateRequest
* RequestWriter is pluggable for CommonsHttpSolrServer. default is xml and binary format can be used by server.setRequestWriter(new BinaryRequestWriter()); 
* A testcase added LargeVolumeBinaryJettyTest It fails saying  http://localhost:4020/example/update/javabin canot be found . has to be fixed. 

> Support document updates in binary format
> -----------------------------------------
>
>                 Key: SOLR-865
>                 URL: https://issues.apache.org/jira/browse/SOLR-865
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java, update
>    Affects Versions: 1.4
>            Reporter: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-865.patch
>
>
> SolrJ uses the fast and compact 'javabin' format for querying Solr which is a huge performance improvement over the xml format. We should make it possible to use the 'javabin' format for document updates as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.