You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2011/05/12 08:29:47 UTC

[jira] [Commented] (SOLR-2512) uima: add an ability to skip runtime error in AnalysisEngine

    [ https://issues.apache.org/jira/browse/SOLR-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032265#comment-13032265 ] 

Tommaso Teofili commented on SOLR-2512:
---------------------------------------

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 <bool name="ignore-errors">true</bool>.

> 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