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 8E27F200C62 for ; Wed, 26 Apr 2017 15:56:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8CCDA160BA8; Wed, 26 Apr 2017 13:56:33 +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 D332A160B95 for ; Wed, 26 Apr 2017 15:56:32 +0200 (CEST) Received: (qmail 99535 invoked by uid 500); 26 Apr 2017 13:56:30 -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 99524 invoked by uid 99); 26 Apr 2017 13:56:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 13:56:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DCC04188BC1 for ; Wed, 26 Apr 2017 13:56:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.797 X-Spam-Level: X-Spam-Status: No, score=-2.797 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.796, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id M93BcToNi8W7 for ; Wed, 26 Apr 2017 13:56:28 +0000 (UTC) Received: from 1.mo173.mail-out.ovh.net (1.mo173.mail-out.ovh.net [178.33.111.180]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 08C12630E8 for ; Wed, 26 Apr 2017 13:52:42 +0000 (UTC) Received: from player778.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo173.mail-out.ovh.net (Postfix) with ESMTP id 04DB2343E2 for ; Wed, 26 Apr 2017 15:52:36 +0200 (CEST) Received: from RCM-ns3033854.ip-51-255-71.eu (unknown [212.123.4.238]) (Authenticated sender: julien.massiera@francelabs.com) by player778.ha.ovh.net (Postfix) with ESMTPSA id C4BE11800B2 for ; Wed, 26 Apr 2017 15:52:36 +0200 (CEST) Received: from [212.123.4.238] by mail.ovh.net with HTTP (HTTP/1.1 POST); Wed, 26 Apr 2017 15:52:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 26 Apr 2017 15:52:36 +0200 From: julien.massiera@francelabs.com To: User Subject: Delete IDs with JDBC connector Message-ID: X-Sender: julien.massiera@francelabs.com User-Agent: Roundcube Webmail/1.2.4 X-Originating-IP: 212.123.4.238 X-Webmail-UserID: julien.massiera@francelabs.com X-Ovh-Tracer-Id: 11971693709794461944 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeliedrgeeggdeilecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecu archived-at: Wed, 26 Apr 2017 13:56:33 -0000 Hi the MCF community, I am using MCF 2.6 with the JDBC connector to crawl an Oracle Database and index the data into a Solr server, and it works very well. However, when I perform a delta re-crawl, the new IDs are correctly retrieved from the Database but those who have been deleted are not "detected" by the connector and thus, are still present in my Solr index. I would like to know if normally it should work and that I maybe have missed something in the configuration of the job, or if this is not implemented ? The only way I found to solve this issue is to reset the seeding of the job, but it is very time and resource consuming. Best regards, Julien Massiera