You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "John Vines (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/16 21:50:59 UTC

[jira] [Resolved] (ACCUMULO-48) Support regex flags for the Regex filter

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

John Vines resolved ACCUMULO-48.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 1.5.0)

Just noticed that it's possible to toggle the Pattern flags in the regular expression with (?idmsux-idmsux), so this won't have to be done. Re: http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html under Special constructs.
                
> Support regex flags for the Regex filter
> ----------------------------------------
>
>                 Key: ACCUMULO-48
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-48
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client, tserver
>    Affects Versions: 1.3.5, 1.4.0
>            Reporter: John Vines
>            Assignee: John Vines
>            Priority: Minor
>              Labels: filter, usability
>
> Currently the regex filter will run a users pattern but provide no ability to set the Pattern flags. This means if the field your working on contains 0x10 or 0x13 (line break, carriage return) it will not work on the entire data set. This can be resolved with a variety of different pattern flags, but rather then that we'd prefer to allow users to set the flags however they wish.

--
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