You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Harsh P (Updated) (JIRA)" <ji...@apache.org> on 2012/02/01 12:50:58 UTC

[jira] [Updated] (SOLR-3049) UpdateRequestProcessorChain for UIMA : runtimeParameters: not all types supported

     [ https://issues.apache.org/jira/browse/SOLR-3049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh P updated SOLR-3049:
--------------------------

    Attachment: SOLR-3049.patch

This is a really quick hack to add support for String Array.
                
> UpdateRequestProcessorChain for UIMA : runtimeParameters: not all types supported
> ---------------------------------------------------------------------------------
>
>                 Key: SOLR-3049
>                 URL: https://issues.apache.org/jira/browse/SOLR-3049
>             Project: Solr
>          Issue Type: Bug
>          Components: update
>            Reporter: Harsh P
>            Priority: Minor
>              Labels: uima, update_request_handler
>         Attachments: SOLR-3049.patch
>
>
> solrconfig.xml file has an option to override certain UIMA runtime
> parameters in the UpdateRequestProcessorChain section.
> There are certain UIMA annotators like RegexAnnotator which define
> "runtimeParameters" value as an Array which is not currently supported
> in the Solr-UIMA interface.
> In java/org/apache/solr/uima/processor/ae/OverridingParamsAEProvider.java,
> private Object getRuntimeValue(AnalysisEngineDescription desc, String
> attributeName) function defines override for UIMA analysis engine
> runtimeParameters as they are passed to UIMA Analysis Engine.
> runtimeParameters which are currently supported in the Solr-UIMA interface are:
>  String
>  Integer
>  Boolean
>  Float
> I have made a hack to fix this issue to add Array support. I would
> like to submit that as a patch if no one else is working on fixing
> this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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