You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2015/01/05 13:03:34 UTC

[jira] [Comment Edited] (CONNECTORS-1134) Joining multiple fields to create new meta field

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

Karl Wright edited comment on CONNECTORS-1134 at 1/5/15 12:03 PM:
------------------------------------------------------------------

branches/CONNECTORS-1134 contains code which is complete but still needs testing.  The revised UI has been tested, though.  The way you specify an existing field in a field expression is with the following form:
{code}
${fieldname}
{code}

For example:
{code}
foo ${fieldname} bar
{code}
... would yield:
{code}
foo a bar
foo b bar
foo c bar
{code}
... for a multivalued field named "fieldname" with values "a", "b", and "c".

I will be adding test classes to this over the next week, as well as updating the documentation and adding UI hints about specifying fields.  But in the interim, you can give it a try and let me know what you find.



was (Author: kwright@metacarta.com):
branches/CONNECTORS-1134 contains code which is complete but still needs testing.  The revised UI has been tested, though.  The way you specify an existing field in a field expression is with the following form: ${fieldname}.
I will be adding test classes to this over the next week, as well as updating the documentation and adding UI hints about specifying fields.  But in the interim, you can give it a try and let me know what you find.


> Joining multiple fields to create new meta field
> ------------------------------------------------
>
>                 Key: CONNECTORS-1134
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1134
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: Metadata adjuster transformer
>    Affects Versions: ManifoldCF 1.8, ManifoldCF 2.0
>            Reporter: hemant Jain
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.9, ManifoldCF 2.1
>
>
> Hi Team
> We want to add some extra meta fields to the indexed data with value created by joining the value of two or more existing meta fields or by manipulating the value of existing meta field.
> ie if we have field1 & field2 already in the repository data.
> We want to add field3 with value "some contant string"+ value of field1 + value of field2
> Regards
> Hemant



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)