Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1D7032009D9 for ; Thu, 19 May 2016 18:44:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1C190160A00; Thu, 19 May 2016 16:44:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 651751609AE for ; Thu, 19 May 2016 18:44:43 +0200 (CEST) Received: (qmail 91028 invoked by uid 500); 19 May 2016 16:44:42 -0000 Mailing-List: contact user-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@manifoldcf.apache.org Delivered-To: mailing list user@manifoldcf.apache.org Received: (qmail 91018 invoked by uid 99); 19 May 2016 16:44:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 16:44:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E11A01A55C1 for ; Thu, 19 May 2016 16:44:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.721 X-Spam-Level: X-Spam-Status: No, score=-0.721 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id gHgBmv5mgDbA for ; Thu, 19 May 2016 16:44:40 +0000 (UTC) Received: from mo6.mail-out.ovh.net (mo6.mail-out.ovh.net [178.32.228.6]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 6366260E38 for ; Thu, 19 May 2016 16:44:40 +0000 (UTC) Received: from player738.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id 71E4CFF9CE1 for ; Thu, 19 May 2016 18:44:29 +0200 (CEST) Received: from [192.168.0.74] (35-144-190-109.dsl.ovh.fr [109.190.144.35]) (Authenticated sender: julien.massiera@francelabs.com) by player738.ha.ovh.net (Postfix) with ESMTPSA id 577542CD for ; Thu, 19 May 2016 18:44:29 +0200 (CEST) To: user@manifoldcf.apache.org From: Julien Massiera Subject: Multiple output documents from one input document in transformation connector Message-ID: <573DED66.9000903@francelabs.com> Date: Thu, 19 May 2016 18:44:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 17108330563411036408 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekledrfedvgdellecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu archived-at: Thu, 19 May 2016 16:44:44 -0000 Hi ManifoldCF community, here is my problem : I would like to crawl '.pst' documents with ManifoldCF and index each email within them into a Solr instance. I'm thinking to crawl the '.pst' files with a FileSystem repository connection and then use my custom Transformation connection to extract the emails and send them for Solr ingestion through the activities object. Is my approach correct ? or do I need to consider another solution ? Thanks for your help. Julien Massiera