Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 61176 invoked from network); 13 Apr 2009 06:31:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2009 06:31:37 -0000 Received: (qmail 92388 invoked by uid 500); 13 Apr 2009 06:31:36 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 92297 invoked by uid 500); 13 Apr 2009 06:31:36 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 92287 invoked by uid 99); 13 Apr 2009 06:31:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 06:31:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 06:31:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E2FCD234C041 for ; Sun, 12 Apr 2009 23:31:14 -0700 (PDT) Message-ID: <1668090821.1239604274928.JavaMail.jira@brutus> Date: Sun, 12 Apr 2009 23:31:14 -0700 (PDT) From: "Shalin Shekhar Mangar (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Reopened: (SOLR-1059) Add special variables for deleting documents, skipping rows and transforms in DIH In-Reply-To: <2104138264.1236660650532.JavaMail.jira@brutus> 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-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-1059: ----------------------------------------- > Add special variables for deleting documents, skipping rows and transforms in DIH > --------------------------------------------------------------------------------- > > Key: SOLR-1059 > URL: https://issues.apache.org/jira/browse/SOLR-1059 > Project: Solr > Issue Type: New Feature > Components: contrib - DataImportHandler > Reporter: Noble Paul > Assignee: Shalin Shekhar Mangar > Fix For: 1.4 > > Attachments: SOLR-1059.patch, SOLR-1059.patch, SOLR-1059.patch, SOLR-1059.patch, SOLR-1059.patch, SOLR-1059.patch > > > There is no means to delete docs in DIH. > add two special variables > # $deleteDocId > # $deleteDocQuery > if the returned row contains these fields DIH will delete docs by id or query depending on what is present -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.