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 5BFDC52F8 for ; Thu, 12 May 2011 08:10:34 +0000 (UTC) Received: (qmail 39941 invoked by uid 500); 12 May 2011 08:10:33 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 39886 invoked by uid 500); 12 May 2011 08:10:33 -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 39878 invoked by uid 99); 12 May 2011 08:10:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 08:10:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 12 May 2011 08:10:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5A52B8266E for ; Thu, 12 May 2011 08:09:47 +0000 (UTC) Date: Thu, 12 May 2011 08:09:47 +0000 (UTC) From: "Tommaso Teofili (JIRA)" To: dev@lucene.apache.org Message-ID: <886665712.6233.1305187787366.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <758564143.5915.1305173387351.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine 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-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032265#comment-13032265 ] Tommaso Teofili edited comment on SOLR-2512 at 5/12/11 8:07 AM: ---------------------------------------------------------------- Hello Koji, in the first implementations (see SOLR-2129) the UIMAUpdateProcessor was ignoring errors on UIMA pipelines and I thought it was good to take control of what was happening and if any exception was thrown, however I get your point and my opinion is that that behavior should be configurable with a parameter like true. was (Author: teofili): Hello Koji, in the first implementations (see SOLR-2129) the UIMAUpdateProcessor was ignoring errors on UIMA pipelines and I thought it was good to take control of what was happening and if any exception was thrown, however I get your point and my opinion is that that behavior should be configurable with a parameter like true. > uima: add an ability to skip runtime error in AnalysisEngine > ------------------------------------------------------------ > > Key: SOLR-2512 > URL: https://issues.apache.org/jira/browse/SOLR-2512 > Project: Solr > Issue Type: Improvement > Affects Versions: 3.1 > Reporter: Koji Sekiguchi > Priority: Minor > Fix For: 3.2, 4.0 > > Attachments: SOLR-2512.patch > > > Currently, if AnalysisEngine throws an exception during processing a text, whole adding docs go fail. Because online NLP services are error-prone, users should be able to choose whether solr skips the text processing (but source text can be indexed) for the document or throws a runtime exception so that solr can stop adding documents entirely. -- 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