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

Noble Paul updated SOLR-1061:
-----------------------------

    Attachment: SOLR-1061.patch

fix . w/ no testcase

> Improve RegexTransformer to create multiple columns from regex groups
> ---------------------------------------------------------------------
>
>                 Key: SOLR-1061
>                 URL: https://issues.apache.org/jira/browse/SOLR-1061
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1061.patch
>
>
> example
> {code:xml}
> <field column="full_name" regex="Mr(\w*)\b(\w*)" 
> groupNames="firstName,secondName"/>
> {code}
> This is more efficient in extracting multiple values from a single String. if 
> some groups need to be omitted just leave it empty 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to