[ https://issues.apache.org/jira/browse/SOLR-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shalin Shekhar Mangar resolved SOLR-1061. ----------------------------------------- Resolution: Fixed Committed revision 755143. Thanks Noble! Fergus, can you open another issue for the other enhancements you mentioned? Also, I see only these flags in java.util.Pattern # CASE_INSENSITIVE # MULTILINE # DOTALL # UNICODE_CASE # CANON_EQ What does global do exactly? > 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 > Assignee: Shalin Shekhar Mangar > Fix For: 1.4 > > Attachments: SOLR-1061.patch, SOLR-1061.patch, 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.