Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 54883 invoked from network); 10 Nov 2010 11:58:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 11:58:38 -0000 Received: (qmail 40656 invoked by uid 500); 10 Nov 2010 11:59:07 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 40313 invoked by uid 500); 10 Nov 2010 11:59:04 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 40305 invoked by uid 99); 10 Nov 2010 11:59:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 11:59:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [81.201.117.186] (HELO exchange.btelligent.net) (81.201.117.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 11:58:54 +0000 Received: from [192.168.2.133] (212.202.166.204) by owa.btelligent.net (81.201.117.186) with Microsoft SMTP Server (TLS) id 8.2.176.0; Wed, 10 Nov 2010 12:58:34 +0100 Subject: Output Search Result in ADD-XML-Format From: Chantal Ackermann To: "solr-user@lucene.apache.org" Content-Type: text/plain; charset="UTF-8" Organization: b.telligent GmbH Date: Wed, 10 Nov 2010 12:58:33 +0100 Message-ID: <1289390313.2494.13.camel@localhost.localdomain> MIME-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dear all, my use case is: Creating an index using DIH where the sub-entity is querying another SOLR index for more fields. As there is a very convenient attribute "useSolrAddSchema" that would spare me to list all the fields I want to add from the other index, I'm looking for a way to get the search results in the ADD format directly. Before starting on the XSLT file that would transform the regular SOLR result into an SOLR update xml, I just wanted to ask whether there already exists a solution for this. Maybe I missed some request handler that already returns the result in update format? Thanks! Chantal