[
https://issues.apache.org/jira/browse/SOLR-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660455#action_12660455
]
noble.paul edited comment on SOLR-865 at 1/3/09 1:59 AM:
---------------------------------------------------------
* A new UpdateHandler called BinaryUpdateRequestHandler
* A codec for UpdateRequest. The codec does streaming for unmarshalling
* 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.
was (Author: noble.paul):
* 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.