Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CDB56A90 for ; Thu, 4 Aug 2011 22:21:53 +0000 (UTC) Received: (qmail 22734 invoked by uid 500); 4 Aug 2011 22:21:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 22472 invoked by uid 500); 4 Aug 2011 22:21:51 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 22464 invoked by uid 99); 4 Aug 2011 22:21:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 22:21:51 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 22:21:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20063A8C07 for ; Thu, 4 Aug 2011 22:21:27 +0000 (UTC) Date: Thu, 4 Aug 2011 22:21:27 +0000 (UTC) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Message-ID: <423292432.9644.1312496487127.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2133130751.9353.1312492407499.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2699) Add SolrInputDocument support to javabin format MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-2699: ------------------------------- Attachment: SOLR-2699.patch The culprit was a missing "return" after the serialization of the SolrInputDoc. Tests now pass with this update. > Add SolrInputDocument support to javabin format > ----------------------------------------------- > > Key: SOLR-2699 > URL: https://issues.apache.org/jira/browse/SOLR-2699 > Project: Solr > Issue Type: Improvement > Reporter: Yonik Seeley > Priority: Minor > Attachments: SOLR-2699.patch, SOLR-2699.patch > > > Supporting SolrInputDocument (like SolrDocument is already supported) directly in javabin will make both transaction logging and recovering updates from peers much easier. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org